]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge patch series "VFS: change kern_path_locked() and user_path_locked_at() to never...
authorChristian Brauner <brauner@kernel.org>
Mon, 17 Feb 2025 08:26:01 +0000 (09:26 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 19 Feb 2025 13:09:19 +0000 (14:09 +0100)
NeilBrown <neilb@suse.de> says:

I found these opportunities for simplification as part of my work to
enhance filesystem directory operations to not require an exclusive
lock on the directory.
There are quite a collection of users of these interfaces incluing NFS,
smb/server, bcachefs, devtmpfs, and audit.  Hence the long Cc line.

* patches from https://lore.kernel.org/r/20250217003020.3170652-2-neilb@suse.de:
  VFS: add common error checks to lookup_one_qstr_excl()
  VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry

Link: https://lore.kernel.org/r/20250217003020.3170652-2-neilb@suse.de
Signed-off-by: Christian Brauner <brauner@kernel.org>

Trivial merge