From: Christoph Hellwig Date: Thu, 19 Feb 2026 06:50:04 +0000 (+0100) Subject: fs: unexport fs_context_for_reconfigure X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc014937bc112d4d44b3f3186fb8e87a3c80f735;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20260219065014.3550402-5-hch@lst.de Reviewed-by: Jan Kara Signed-off-by: Christian Brauner --- diff --git a/fs/fs_context.c b/fs/fs_context.c index 81ed94f46cac7..4a7b8fde4c5cf 100644 --- a/fs/fs_context.c +++ b/fs/fs_context.c @@ -318,7 +318,6 @@ struct fs_context *fs_context_for_reconfigure(struct dentry *dentry, return alloc_fs_context(dentry->d_sb->s_type, dentry, sb_flags, sb_flags_mask, FS_CONTEXT_FOR_RECONFIGURE); } -EXPORT_SYMBOL(fs_context_for_reconfigure); /** * fs_context_for_submount: allocate a new fs_context for a submount