diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-02-19 09:50:04 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-02-19 16:34:26 +0300 |
| commit | bc014937bc112d4d44b3f3186fb8e87a3c80f735 (patch) | |
| tree | 15890458c119b1e869e9670f36e37e93771dd95b | |
| parent | d2f2f7cf8e898f7b80fe031a263df9c7de94b0b7 (diff) | |
| download | linux-bc014937bc112d4d44b3f3186fb8e87a3c80f735.tar.xz | |
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>
| -rw-r--r-- | fs/fs_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fs_context.c b/fs/fs_context.c index 81ed94f46cac..4a7b8fde4c5c 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 |
