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

Commit 296c2d86 authored by Al Viro's avatar Al Viro
Browse files

constify dentry_operations: configfs



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ee1ec329
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static int configfs_d_delete(struct dentry *dentry)
	return 1;
}

static struct dentry_operations configfs_dentry_ops = {
static const struct dentry_operations configfs_dentry_ops = {
	.d_iput		= configfs_d_iput,
	/* simple_delete_dentry() isn't exported */
	.d_delete	= configfs_d_delete,