diff options
| author | Al Viro <viro@ZenIV.linux.org.uk> | 2015-02-02 12:07:59 -0500 |
|---|---|---|
| committer | Jens Axboe <axboe@fb.com> | 2015-02-02 12:07:59 -0500 |
| commit | 15d0f5ea348b9c4e6d41df294dde38a56a39c7bf (patch) | |
| tree | 7a34ec11676096b88811843e03464ba7a4de2179 /include/linux | |
| parent | 706a4e5a120aa40b31a22a4ad0cdd738d78a91a3 (diff) | |
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')
| -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 65d02de342e1..2f717baefdf8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -1183,8 +1183,6 @@ struct mm_struct; | |||
| 1183 | #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ | 1183 | #define UMOUNT_NOFOLLOW 0x00000008 /* Don't follow symlink on umount */ |
| 1184 | #define UMOUNT_UNUSED 0x80000000 /* Flag guaranteed to be unused */ | 1184 | #define UMOUNT_UNUSED 0x80000000 /* Flag guaranteed to be unused */ |
| 1185 | 1185 | ||
| 1186 | extern struct list_head super_blocks; | ||
| 1187 | extern spinlock_t sb_lock; | ||
| 1188 | 1186 | ||
| 1189 | /* Possible states of 'frozen' field */ | 1187 | /* Possible states of 'frozen' field */ |
| 1190 | enum { | 1188 | enum { |
