]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 2 Jun 2026 22:40:56 +0000 (00:40 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 15 Jun 2026 12:06:19 +0000 (14:06 +0200)
commit5ac67ab433d95bef5dcb8d18db0e3e4616f576cb
treeb0297b6214037d422e9952844825f365e4c7455f
parent03728af4aeef6ee9914f93d60936db351e106863
fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry

Drop the hard-coded length argument and use the simpler QSTR(). Inline
the code and drop the local variable.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/inode.c