aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-08-03 10:25:30 -0700
committerSage Weil <sage@newdream.net>2010-08-03 10:25:30 -0700
commit52dfb8ac0ef41168c1a10590b7259a5ab1cd2ab7 (patch)
treeb559e3232c32a1d5e97785aea6f9ccafbba054ce /fs/ceph/super.h
parentceph: whitespace cleanup (diff)
downloadlinux-dev-52dfb8ac0ef41168c1a10590b7259a5ab1cd2ab7.tar.xz
linux-dev-52dfb8ac0ef41168c1a10590b7259a5ab1cd2ab7.zip
ceph: constify dentry_operations
This makes checkpatch happy. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r--fs/ceph/super.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index 95adce441cc0..2482d696f0de 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -861,7 +861,7 @@ extern void ceph_release_page_vector(struct page **pages, int num_pages);
/* dir.c */
extern const struct file_operations ceph_dir_fops;
extern const struct inode_operations ceph_dir_iops;
-extern struct dentry_operations ceph_dentry_ops, ceph_snap_dentry_ops,
+extern const struct dentry_operations ceph_dentry_ops, ceph_snap_dentry_ops,
ceph_snapdir_dentry_ops;
extern int ceph_handle_notrace_create(struct inode *dir, struct dentry *dentry);