diff options
| author | Jan Kara <jack@suse.cz> | 2015-03-16 10:26:41 +0100 |
|---|---|---|
| committer | Jan Kara <jack@suse.cz> | 2015-03-16 10:26:41 +0100 |
| commit | 7dca0548a21e5efa445b68a73554ef863e09c623 (patch) | |
| tree | 816483928c6da02928a256fb64617071f98552ed /fs/reiserfs/super.c | |
| parent | 1be440de2ac5181495a7295fa9a4c8ad0793f056 (diff) | |
| parent | c39fb53b48c851b185c22548153581d78f2acc11 (diff) | |
| download | talos-op-linux-7dca0548a21e5efa445b68a73554ef863e09c623.tar.gz talos-op-linux-7dca0548a21e5efa445b68a73554ef863e09c623.zip | |
Merge branch 'quota_interface' into for_next_testing
Diffstat (limited to 'fs/reiserfs/super.c')
| -rw-r--r-- | fs/reiserfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c index 71fbbe3e2dab..68b5f182984e 100644 --- a/fs/reiserfs/super.c +++ b/fs/reiserfs/super.c @@ -805,7 +805,7 @@ static const struct quotactl_ops reiserfs_qctl_operations = { .quota_on = reiserfs_quota_on, .quota_off = dquot_quota_off, .quota_sync = dquot_quota_sync, - .get_info = dquot_get_dqinfo, + .get_state = dquot_get_state, .set_info = dquot_set_dqinfo, .get_dqblk = dquot_get_dqblk, .set_dqblk = dquot_set_dqblk, |

