提交 ee1ec329 编写于 作者: A Al Viro

constify dentry_operations: sysfs

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 ad28b4ef
......@@ -302,7 +302,7 @@ static void sysfs_d_iput(struct dentry * dentry, struct inode * inode)
iput(inode);
}
static struct dentry_operations sysfs_dentry_ops = {
static const struct dentry_operations sysfs_dentry_ops = {
.d_iput = sysfs_d_iput,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册