]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs: unexport fs_context_for_reconfigure
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Feb 2026 06:50:04 +0000 (07:50 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 19 Feb 2026 13:34:26 +0000 (14:34 +0100)
commitbc014937bc112d4d44b3f3186fb8e87a3c80f735
tree15890458c119b1e869e9670f36e37e93771dd95b
parentd2f2f7cf8e898f7b80fe031a263df9c7de94b0b7
fs: unexport fs_context_for_reconfigure

fs_context_for_reconfigure is only used by core VFS code and devtmpfs,
so unexport it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260219065014.3550402-5-hch@lst.de
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fs_context.c