projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d43a4
)
fs: unexport drop_super_exclusive
author
Christoph Hellwig
<hch@lst.de>
Mon, 11 May 2026 07:22:28 +0000
(09:22 +0200)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/fs/super.c
b/fs/super.c
index
378e81e
..
5d46a0d
100644
(file)
--- 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),