summaryrefslogtreecommitdiffstats
path: root/include/linux/quotaops.h
diff options
context:
space:
mode:
authorAlexey Dobriyan2009-09-22 02:01:08 +0200
committerLinus Torvalds2009-09-22 16:17:24 +0200
commit61e225dc341107be304fd1088146c2a5e88ff9e0 (patch)
treee6d3e1dc5506e232497f17721175a081a5306b5b /include/linux/quotaops.h
parentdrivers/mfd/ab3100-core.c: fix powerpc build error (diff)
downloadkernel-qcow2-linux-61e225dc341107be304fd1088146c2a5e88ff9e0.tar.gz
kernel-qcow2-linux-61e225dc341107be304fd1088146c2a5e88ff9e0.tar.xz
kernel-qcow2-linux-61e225dc341107be304fd1088146c2a5e88ff9e0.zip
const: make struct super_block::dq_op const
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/quotaops.h')
-rw-r--r--include/linux/quotaops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h
index 26361c4c037a..8dcbdb6e1019 100644
--- a/include/linux/quotaops.h
+++ b/include/linux/quotaops.h
@@ -135,7 +135,7 @@ static inline int sb_any_quota_active(struct super_block *sb)
/*
* Operations supported for diskquotas.
*/
-extern struct dquot_operations dquot_operations;
+extern const struct dquot_operations dquot_operations;
extern struct quotactl_ops vfs_quotactl_ops;
#define sb_dquot_ops (&dquot_operations)