diff options
Diffstat (limited to 'include/linux/quota.h')
-rw-r--r-- | include/linux/quota.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index aec2e9dac2d7..4aa93554f0eb 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h | |||
@@ -295,7 +295,6 @@ struct quota_format_ops { | |||
295 | 295 | ||
296 | /* Operations working with dquots */ | 296 | /* Operations working with dquots */ |
297 | struct dquot_operations { | 297 | struct dquot_operations { |
298 | int (*initialize) (struct inode *, int); | ||
299 | int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ | 298 | int (*write_dquot) (struct dquot *); /* Ordinary dquot write */ |
300 | struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */ | 299 | struct dquot *(*alloc_dquot)(struct super_block *, int); /* Allocate memory for new dquot */ |
301 | void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */ | 300 | void (*destroy_dquot)(struct dquot *); /* Free memory for dquot */ |