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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h
index 1b14ad287fe3..e3b07895d327 100644
--- a/include/linux/quota.h
+++ b/include/linux/quota.h
@@ -297,8 +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 (*alloc_inode) (const struct inode *, qsize_t);
301 int (*free_inode) (const struct inode *, qsize_t);
302 int (*transfer) (struct inode *, qid_t *, unsigned long); 300 int (*transfer) (struct inode *, qid_t *, unsigned long);
303 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ 301 int (*write_dquot) (struct dquot *); /* Ordinary dquot write */
304 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */ 302 struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */