aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dcache.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2009-02-20 06:00:26 +0000
committerAl Viro <viro@zeniv.linux.org.uk>2009-03-27 14:44:02 -0400
commitd8fba0ffe5e7442fc2560873ec901be6e56602a1 (patch)
tree99e6aec6f22e2584503571c350c3c22d55dc2704 /fs/ocfs2/dcache.h
parent92cecbbfa3785a944c733a284b77faee5b82b70c (diff)
downloadkernel_samsung_smdk4412-d8fba0ffe5e7442fc2560873ec901be6e56602a1.zip
kernel_samsung_smdk4412-d8fba0ffe5e7442fc2560873ec901be6e56602a1.tar.gz
kernel_samsung_smdk4412-d8fba0ffe5e7442fc2560873ec901be6e56602a1.tar.bz2
constify dentry_operations: OCFS2
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ocfs2/dcache.h')
-rw-r--r--fs/ocfs2/dcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dcache.h b/fs/ocfs2/dcache.h
index d06e16c..faa12e7 100644
--- a/fs/ocfs2/dcache.h
+++ b/fs/ocfs2/dcache.h
@@ -26,7 +26,7 @@
#ifndef OCFS2_DCACHE_H
#define OCFS2_DCACHE_H
-extern struct dentry_operations ocfs2_dentry_ops;
+extern const struct dentry_operations ocfs2_dentry_ops;
struct ocfs2_dentry_lock {
/* Use count of dentry lock */