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

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

qstr: constify instances in procfs



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 13983d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ static struct dentry *proc_sys_lookup(struct inode *dir, struct dentry *dentry,
{
	struct ctl_table_header *head = grab_header(dir);
	struct ctl_table_header *h = NULL;
	struct qstr *name = &dentry->d_name;
	const struct qstr *name = &dentry->d_name;
	struct ctl_table *p;
	struct inode *inode;
	struct dentry *err = ERR_PTR(-ENOENT);