aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/quota.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/quota.h')
-rw-r--r--include/linux/quota.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h
index e3b07895d327..422e6aa78edc 100644
--- a/include/linux/quota.h
+++ b/include/linux/quota.h
@@ -297,7 +297,6 @@ struct quota_format_ops {
297struct dquot_operations { 297struct dquot_operations {
298 int (*initialize) (struct inode *, int); 298 int (*initialize) (struct inode *, int);
299 int (*drop) (struct inode *); 299 int (*drop) (struct inode *);
300 int (*transfer) (struct inode *, qid_t *, unsigned long);
301 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ 300 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */
302 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */ 301 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */
303 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */ 302 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */