提交 4269590a 编写于 作者: A Al Viro

constify dentry_operations: FUSE

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 d72f71eb
......@@ -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,
};
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册