diff options
author | Jan Kara <jack@suse.cz> | 2017-04-12 08:53:42 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2017-04-19 14:21:23 +0200 |
commit | 139c279fb9423833fb730ccb07e549b5a9183f44 (patch) | |
tree | 515e86492bad90be6311bbaa81f490cdad38728a /include/linux/quotaops.h | |
parent | a480b5bebdeac6831f44f598616197fb1d37f987 (diff) |
quota: Remove dquot_quotactl_ops
Nobody uses them anymore.
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include/linux/quotaops.h')
-rw-r--r-- | include/linux/quotaops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h index 799a63d0e1a8..9c6f768b7d32 100644 --- a/include/linux/quotaops.h +++ b/include/linux/quotaops.h @@ -162,7 +162,6 @@ static inline bool sb_has_quota_active(struct super_block *sb, int type) * Operations supported for diskquotas. */ extern const struct dquot_operations dquot_operations; -extern const struct quotactl_ops dquot_quotactl_ops; extern const struct quotactl_ops dquot_quotactl_sysfile_ops; #else |