diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-02-20 05:59:13 +0000 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-03-27 14:44:01 -0400 |
commit | 4269590a72934bb901b33b686e20605bf66653c4 (patch) | |
tree | 6e70362f5f29c0a0da151291ade3d3db9123fd4b /fs/fuse/fuse_i.h | |
parent | d72f71eb0edd629c95715aa7305b0259d3581e34 (diff) | |
download | op-kernel-dev-4269590a72934bb901b33b686e20605bf66653c4.zip op-kernel-dev-4269590a72934bb901b33b686e20605bf66653c4.tar.gz |
constify dentry_operations: FUSE
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 5e64b81..6fc5aed 100644 --- a/fs/fuse/fuse_i.h +++ b/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 |