]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge patch series "drop unused VFS exports"
authorChristian Brauner <brauner@kernel.org>
Mon, 11 May 2026 13:39:07 +0000 (15:39 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 21 May 2026 11:39:34 +0000 (13:39 +0200)
commitccde023e6aea3c31fb2643cb76a6205bc343f979
tree1750c29214928e27fae5dc691ff76135f9c780c4
parente7d43a48a8e990b43ef8634248ee5b03f19ed3ea
parent5d833d8ba5b058d391d476fd877a7850965c104f
Merge patch series "drop unused VFS exports"

Christoph Hellwig <hch@lst.de> says:

This series drops a little dead code from the VFS.

* patches from https://patch.msgid.link/20260511072239.2456725-1-hch@lst.de:
  fs: fold __start_removing_path into start_removing_path
  fs: remove start_removing_user_path_at
  fs: unexport drop_super_exclusive

Link: https://patch.msgid.link/20260511072239.2456725-1-hch@lst.de
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>