fs: unexport drop_super_exclusive

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>
This commit is contained in:
Christoph Hellwig 2026-05-11 09:22:28 +02:00 committed by Christian Brauner
parent e7d43a48a8
commit 4d636e5aab
No known key found for this signature in database
GPG Key ID: 91C61BC06578DCA2

View 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),