OSDN Git Service

xfs: fix Q_XQUOTARM ioctl
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / linux / quota.h
index cc7494a..0f3c5d3 100644 (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 {