aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ubifs/ubifs.h
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2017-05-17 00:20:26 +0200
committerRichard Weinberger <richard@nod.at>2017-07-14 22:48:43 +0200
commite996bfd4287eb7df2354764d47677af08f5867fa (patch)
tree6335895e1b0e4c7dee284437b70cea0ad076fb8c /fs/ubifs/ubifs.h
parentubifs: don't bother checking for encryption key in ->mmap() (diff)
downloadwireguard-linux-e996bfd4287eb7df2354764d47677af08f5867fa.tar.xz
wireguard-linux-e996bfd4287eb7df2354764d47677af08f5867fa.zip
ubifs: Unexport ubifs_inode_slab
This SLAB is only being used in super.c, there is no need to expose it into the global namespace. Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to '')
-rw-r--r--fs/ubifs/ubifs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index 298b4d89eee9..aa530e82e9a8 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -1451,7 +1451,6 @@ struct ubifs_info {
extern struct list_head ubifs_infos;
extern spinlock_t ubifs_infos_lock;
extern atomic_long_t ubifs_clean_zn_cnt;
-extern struct kmem_cache *ubifs_inode_slab;
extern const struct super_operations ubifs_super_operations;
extern const struct address_space_operations ubifs_file_address_operations;
extern const struct file_operations ubifs_file_operations;