mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
Make super_blocks and sb_lock static
The only user outside of fs/super.c is gone now Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
706a4e5a12
commit
15d0f5ea34
2 changed files with 2 additions and 4 deletions
|
@ -36,8 +36,8 @@
|
|||
#include "internal.h"
|
||||
|
||||
|
||||
LIST_HEAD(super_blocks);
|
||||
DEFINE_SPINLOCK(sb_lock);
|
||||
static LIST_HEAD(super_blocks);
|
||||
static DEFINE_SPINLOCK(sb_lock);
|
||||
|
||||
static char *sb_writers_name[SB_FREEZE_LEVELS] = {
|
||||
"sb_writers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue