HWPOISON: Define a new error_remove_page address space op for async truncation
[safe/jmp/linux-2.6] / include / linux / fs.h
index b21cf6b..4f47afd 100644 (file)
@@ -595,6 +595,7 @@ struct address_space_operations {
        int (*launder_page) (struct page *);
        int (*is_partially_uptodate) (struct page *, read_descriptor_t *,
                                        unsigned long);
+       int (*error_remove_page)(struct address_space *, struct page *);
 };
 
 /*