Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6
[firefly-linux-kernel-4.4.55.git] / include / linux / fs.h
index 1deedf235d556a86d210dfc5b9180ac4afe78866..51bd9370d4372f28a0a77207c3bc61fb027b9d08 100644 (file)
@@ -489,13 +489,6 @@ struct address_space_operations {
        int (*readpages)(struct file *filp, struct address_space *mapping,
                        struct list_head *pages, unsigned nr_pages);
 
-       /*
-        * ext3 requires that a successful prepare_write() call be followed
-        * by a commit_write() call - they must be balanced
-        */
-       int (*prepare_write)(struct file *, struct page *, unsigned, unsigned);
-       int (*commit_write)(struct file *, struct page *, unsigned, unsigned);
-
        int (*write_begin)(struct file *, struct address_space *mapping,
                                loff_t pos, unsigned len, unsigned flags,
                                struct page **pagep, void **fsdata);