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 422e6aa78edc..aec2e9dac2d7 100644
--- a/include/linux/quota.h
+++ b/include/linux/quota.h
@@ -296,7 +296,6 @@ struct quota_format_ops {
296/* Operations working with dquots */ 296/* Operations working with dquots */
297struct dquot_operations { 297struct dquot_operations {
298 int (*initialize) (struct inode *, int); 298 int (*initialize) (struct inode *, int);
299 int (*drop) (struct inode *);
300 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ 299 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */
301 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */ 300 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */
302 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */ 301 void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */