+ spin_lock (&info->lock);
+
+ /* The shmem_swp_entry() call may have blocked, and
+ * shmem_writepage may have been moving a page between the page
+ * cache and swap cache. We need to recheck the page cache
+ * under the protection of the info->lock spinlock. */
+
+ page = find_lock_page(mapping, idx);
Ehh.. Sleeping with the spin-lock held? Sounds like a truly bad idea.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/