mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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:
parent
e7d43a48a8
commit
4d636e5aab
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user