mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key
hugetlbfs_i_mmap_mutex_key is only used in inode.c Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4be89a3460
commit
422b2448fc
@ -477,7 +477,7 @@ static struct inode *hugetlbfs_get_root(struct super_block *sb,
|
||||
* annotation because huge_pmd_share() does an allocation under
|
||||
* i_mmap_mutex.
|
||||
*/
|
||||
struct lock_class_key hugetlbfs_i_mmap_mutex_key;
|
||||
static struct lock_class_key hugetlbfs_i_mmap_mutex_key;
|
||||
|
||||
static struct inode *hugetlbfs_get_inode(struct super_block *sb,
|
||||
struct inode *dir,
|
||||
|
Loading…
Reference in New Issue
Block a user