|
@@ -369,7 +369,6 @@ struct qc_dqblk {
|
|
/* Operations handling requests from userspace */
|
|
/* Operations handling requests from userspace */
|
|
struct quotactl_ops {
|
|
struct quotactl_ops {
|
|
int (*quota_on)(struct super_block *, int, int, struct path *);
|
|
int (*quota_on)(struct super_block *, int, int, struct path *);
|
|
- int (*quota_on_meta)(struct super_block *, int, int);
|
|
|
|
int (*quota_off)(struct super_block *, int);
|
|
int (*quota_off)(struct super_block *, int);
|
|
int (*quota_enable)(struct super_block *, unsigned int);
|
|
int (*quota_enable)(struct super_block *, unsigned int);
|
|
int (*quota_disable)(struct super_block *, unsigned int);
|
|
int (*quota_disable)(struct super_block *, unsigned int);
|