]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/fs.h
[PATCH] NFS: Fix race in nfs_release_page()
[net-next-2.6.git] / include / linux / fs.h
index 186da813541e574128b1ea2772c8e6fa5e1007e7..14a337cc3464083b9c0bb8bae7118bbd2a48d984 100644 (file)
@@ -426,6 +426,7 @@ struct address_space_operations {
        /* migrate the contents of a page to the specified target */
        int (*migratepage) (struct address_space *,
                        struct page *, struct page *);
+       int (*launder_page) (struct page *);
 };
 
 struct backing_dev_info;