diff options
Diffstat (limited to 'fs/reiserfs/super.c')
-rw-r--r-- | fs/reiserfs/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index 6b24e70e329b..34f7cd0cb02d 100644 --- a/fs/reiserfs/super.c +++ b/fs/reiserfs/super.c | |||
@@ -580,7 +580,7 @@ out: | |||
580 | 580 | ||
581 | static void reiserfs_clear_inode(struct inode *inode) | 581 | static void reiserfs_clear_inode(struct inode *inode) |
582 | { | 582 | { |
583 | vfs_dq_drop(inode); | 583 | dquot_drop(inode); |
584 | } | 584 | } |
585 | 585 | ||
586 | #ifdef CONFIG_QUOTA | 586 | #ifdef CONFIG_QUOTA |
@@ -623,7 +623,6 @@ static int reiserfs_quota_on(struct super_block *, int, int, char *, int); | |||
623 | 623 | ||
624 | static const struct dquot_operations reiserfs_quota_operations = { | 624 | static const struct dquot_operations reiserfs_quota_operations = { |
625 | .initialize = dquot_initialize, | 625 | .initialize = dquot_initialize, |
626 | .drop = dquot_drop, | ||
627 | .write_dquot = reiserfs_write_dquot, | 626 | .write_dquot = reiserfs_write_dquot, |
628 | .acquire_dquot = reiserfs_acquire_dquot, | 627 | .acquire_dquot = reiserfs_acquire_dquot, |
629 | .release_dquot = reiserfs_release_dquot, | 628 | .release_dquot = reiserfs_release_dquot, |