patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / quota.h
index bbd9134..506d524 100644 (file)
@@ -250,6 +250,8 @@ struct dquot_operations {
        int (*free_inode) (const struct inode *, unsigned long);
        int (*transfer) (struct inode *, struct iattr *);
        int (*write_dquot) (struct dquot *);            /* Ordinary dquot write */
+       int (*acquire_dquot) (struct dquot *);          /* Quota is going to be created on disk */
+       int (*release_dquot) (struct dquot *);          /* Quota is going to be deleted from disk */
        int (*mark_dirty) (struct dquot *);             /* Dquot is marked dirty */
        int (*write_info) (struct super_block *, int);  /* Write of quota "superblock" */
 };