Message ID | 1541989427-104478-1-git-send-email-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [-next] block: drop pointless static qualifier in bd_mount() | expand |
diff --git a/fs/block_dev.c b/fs/block_dev.c index 38b8ce0..4064622 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -810,7 +810,7 @@ static struct dentry *bd_mount(struct file_system_type *fs_type, void __init bdev_cache_init(void) { int err; - static struct vfsmount *bd_mnt; + struct vfsmount *bd_mnt; bdev_cachep = kmem_cache_create("bdev_cache", sizeof(struct bdev_inode), 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|