VFS: change lookup_one_common and lookup_noperm_common to take a qstr
authorNeilBrown <neilb@suse.de>
Wed, 19 Mar 2025 03:01:37 +0000 (14:01 +1100)
committerChristian Brauner <brauner@kernel.org>
Tue, 8 Apr 2025 09:24:41 +0000 (11:24 +0200)
commit390e34bc1490a1ce92714c199c13b6b2c1e63a84
tree67a4582f8919749bca19da68d9af988dce975773
parent06c567403ae5a0b56005c2d4a184c903f572c844
VFS: change lookup_one_common and lookup_noperm_common to take a qstr

These function already take a qstr of course, but they also currently
take a name/len was well and fill in the qstr.
Now they take a qstr that is already filled in, which is what all the
callers have.

Signed-off-by: NeilBrown <neilb@suse.de>
Link: https://lore.kernel.org/r/20250319031545.2999807-7-neil@brown.name
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namei.c