diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2015-02-02 10:07:59 -0700 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-02-02 10:07:59 -0700 |
commit | 15d0f5ea348b9c4e6d41df294dde38a56a39c7bf (patch) | |
tree | 7a34ec11676096b88811843e03464ba7a4de2179 /include/linux/fs.h | |
parent | 706a4e5a120aa40b31a22a4ad0cdd738d78a91a3 (diff) | |
download | op-kernel-dev-15d0f5ea348b9c4e6d41df294dde38a56a39c7bf.zip op-kernel-dev-15d0f5ea348b9c4e6d41df294dde38a56a39c7bf.tar.gz |
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>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 65d02de..2f717ba 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1183,8 +1183,6 @@ struct mm_struct; #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ #define UMOUNT_UNUSED 0x80000000 /* Flag guaranteed to be unused */ -extern struct list_head super_blocks; -extern spinlock_t sb_lock; /* Possible states of 'frozen' field */ enum { |