diff options
author | Dave Chinner <david@fromorbit.com> | 2014-05-15 01:38:15 +0200 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-05-15 01:38:15 +0200 |
commit | ff14ee42a038cf48263ac8d2eca5d30196554b82 (patch) | |
tree | cee5ba7a2b08d7e4f48d974d08ecfc40c8bd1308 /include | |
parent | Merge branch 'xfs-free-inode-btree' into for-next (diff) | |
parent | xfs: fix directory readahead offset off-by-one (diff) | |
download | linux-ff14ee42a038cf48263ac8d2eca5d30196554b82.tar.xz linux-ff14ee42a038cf48263ac8d2eca5d30196554b82.zip |
Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/quota.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index cc7494a35429..0f3c5d38da1f 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h @@ -329,6 +329,7 @@ struct quotactl_ops { int (*get_xstate)(struct super_block *, struct fs_quota_stat *); int (*set_xstate)(struct super_block *, unsigned int, int); int (*get_xstatev)(struct super_block *, struct fs_quota_statv *); + int (*rm_xquota)(struct super_block *, unsigned int); }; struct quota_format_type { |