summaryrefslogtreecommitdiff
path: root/include/linux/quotaops.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2017-04-12 08:53:42 +0200
committerJan Kara <jack@suse.cz>2017-04-19 14:21:23 +0200
commit139c279fb9423833fb730ccb07e549b5a9183f44 (patch)
tree515e86492bad90be6311bbaa81f490cdad38728a /include/linux/quotaops.h
parenta480b5bebdeac6831f44f598616197fb1d37f987 (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.h1
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