From f9f67316fd0472c1b8dfc326508819bba7e4f2cb Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 20 Feb 2009 05:59:13 +0000 Subject: [PATCH] --- yaml --- r: 135942 b: refs/heads/master c: 4269590a72934bb901b33b686e20605bf66653c4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/fuse/dir.c | 2 +- trunk/fs/fuse/fuse_i.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4338371805dc..fa625f9ecd24 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d72f71eb0edd629c95715aa7305b0259d3581e34 +refs/heads/master: 4269590a72934bb901b33b686e20605bf66653c4 diff --git a/trunk/fs/fuse/dir.c b/trunk/fs/fuse/dir.c index fdff346e96fd..06da05261e04 100644 --- a/trunk/fs/fuse/dir.c +++ b/trunk/fs/fuse/dir.c @@ -224,7 +224,7 @@ static int invalid_nodeid(u64 nodeid) return !nodeid || nodeid == FUSE_ROOT_ID; } -struct dentry_operations fuse_dentry_operations = { +const struct dentry_operations fuse_dentry_operations = { .d_revalidate = fuse_dentry_revalidate, }; diff --git a/trunk/fs/fuse/fuse_i.h b/trunk/fs/fuse/fuse_i.h index 5e64b815a5a1..6fc5aedaa0d5 100644 --- a/trunk/fs/fuse/fuse_i.h +++ b/trunk/fs/fuse/fuse_i.h @@ -493,7 +493,7 @@ static inline u64 get_node_id(struct inode *inode) /** Device operations */ extern const struct file_operations fuse_dev_operations; -extern struct dentry_operations fuse_dentry_operations; +extern const struct dentry_operations fuse_dentry_operations; /** * Get a filled in inode