Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee1ec329 authored by Al Viro's avatar Al Viro
Browse files

constify dentry_operations: sysfs



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ad28b4ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};