- update to 2.6.1-rc2 -- first cut.
[linux-flexiantxendom0-3.2.10.git] / include / linux / quota.h
index 447b5e1..2f65eb5 100644 (file)
@@ -250,7 +250,7 @@ struct dquot_operations {
        void (*free_space) (struct inode *, qsize_t);
        void (*free_inode) (const struct inode *, unsigned long);
        int (*transfer) (struct inode *, struct iattr *);
-       int (*sync_dquot) (struct dquot *);
+       int (*write_dquot) (struct dquot *);
 };
 
 /* Operations handling requests from userspace */