]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fs: unexport drop_super_exclusive
authorChristoph Hellwig <hch@lst.de>
Mon, 11 May 2026 07:22:28 +0000 (09:22 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 21 May 2026 11:39:34 +0000 (13:39 +0200)
drop_super_exclusive is only used by the built-in quota code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260511072239.2456725-2-hch@lst.de
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/super.c

index 378e81efe643bd3c8156f5fa2c1b64419fd7bb23..5d46a0d5b6169c185d2587bb070544de89cd4894 100644 (file)
@@ -882,7 +882,6 @@ void drop_super_exclusive(struct super_block *sb)
        super_unlock_excl(sb);
        put_super(sb);
 }
-EXPORT_SYMBOL(drop_super_exclusive);
 
 enum super_iter_flags_t {
        SUPER_ITER_EXCL         = (1U << 0),