constify dentry_operations: FUSE
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user