Merge branch 'xfs-misc-fixes-1-for-3.16' into for-next

This commit is contained in:
Dave Chinner 2014-05-15 09:38:15 +10:00
commit ff14ee42a0
13 changed files with 142 additions and 268 deletions

View file

@ -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 {