summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/quota.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 /fs/ocfs2/quota.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 'fs/ocfs2/quota.h')
-rw-r--r--fs/ocfs2/quota.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/quota.h b/fs/ocfs2/quota.h
index 3fb96fcd4c81..e5df9d170b0c 100644
--- a/fs/ocfs2/quota.h
+++ b/fs/ocfs2/quota.h
@@ -109,7 +109,7 @@ void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
int ocfs2_read_quota_block(struct inode *inode, u64 v_block,
struct buffer_head **bh);
-extern struct dquot_operations ocfs2_quota_operations;
+extern const struct dquot_operations ocfs2_quota_operations;
extern struct quota_format_type ocfs2_quota_format;
int ocfs2_quota_setup(void);