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 /include/linux/quotaops.h | |
parent | 1be440de2ac5181495a7295fa9a4c8ad0793f056 (diff) | |
parent | c39fb53b48c851b185c22548153581d78f2acc11 (diff) |
Merge branch 'quota_interface' into for_next_testing
Diffstat (limited to 'include/linux/quotaops.h')
-rw-r--r-- | include/linux/quotaops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h index 8778ec4775eb..77ca6601ff25 100644 --- a/include/linux/quotaops.h +++ b/include/linux/quotaops.h @@ -95,8 +95,8 @@ int dquot_quota_on_mount(struct super_block *sb, char *qf_name, int dquot_quota_off(struct super_block *sb, int type); int dquot_writeback_dquots(struct super_block *sb, int type); int dquot_quota_sync(struct super_block *sb, int type); -int dquot_get_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii); -int dquot_set_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii); +int dquot_get_state(struct super_block *sb, struct qc_state *state); +int dquot_set_dqinfo(struct super_block *sb, int type, struct qc_info *ii); int dquot_get_dqblk(struct super_block *sb, struct kqid id, struct qc_dqblk *di); int dquot_set_dqblk(struct super_block *sb, struct kqid id, |