From: Christoph Hellwig Date: Mon, 11 May 2026 07:22:28 +0000 (+0200) Subject: fs: unexport drop_super_exclusive X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d636e5aabb887dc72867110710737398effaa70;p=thirdparty%2Fkernel%2Flinux.git fs: unexport drop_super_exclusive drop_super_exclusive is only used by the built-in quota code. Signed-off-by: Christoph Hellwig Link: https://patch.msgid.link/20260511072239.2456725-2-hch@lst.de Signed-off-by: Christian Brauner (Amutable) --- diff --git a/fs/super.c b/fs/super.c index 378e81efe643b..5d46a0d5b6169 100644 --- a/fs/super.c +++ b/fs/super.c @@ -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),