]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge patch series "remove or unexport unused fs_conext infrastructure"
authorChristian Brauner <brauner@kernel.org>
Thu, 19 Feb 2026 13:34:31 +0000 (14:34 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 19 Feb 2026 13:34:31 +0000 (14:34 +0100)
commit1a0c73b2aaf2198f36d8156b78e083c58806d47b
tree15890458c119b1e869e9670f36e37e93771dd95b
parentf08fe8891c3eeb63b73f9f1f6d97aa629c821579
parentbc014937bc112d4d44b3f3186fb8e87a3c80f735
Merge patch series "remove or unexport unused fs_conext infrastructure"

Christoph Hellwig <hch@lst.de> says:

Now that the fs_context conversion is finished, remove all the bits
that did not end up having users, or unexport them if the users are
always built in.

* patches from https://patch.msgid.link/20260219065014.3550402-1-hch@lst.de:
  fs: unexport fs_context_for_reconfigure
  fs: remove fsparam_path / fs_param_is_path
  fs: remove fsparam_blob / fs_param_is_blob
  fs: mark bool_names static

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