aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r--fs/sysfs/sysfs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index 93b4b68458ad..6a82311a50fe 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -17,25 +17,7 @@
17/* 17/*
18 * mount.c 18 * mount.c
19 */ 19 */
20
21struct sysfs_super_info {
22 /*
23 * The root associated with this super_block. Each super_block is
24 * identified by the root and ns it's associated with.
25 */
26 struct kernfs_root *root;
27
28 /*
29 * Each sb is associated with one namespace tag, currently the network
30 * namespace of the task which mounted this sysfs instance. If multiple
31 * tags become necessary, make the following an array and compare
32 * sysfs_dirent tag against every entry.
33 */
34 const void *ns;
35};
36#define sysfs_info(SB) ((struct sysfs_super_info *)(SB->s_fs_info))
37extern struct sysfs_dirent *sysfs_root_sd; 20extern struct sysfs_dirent *sysfs_root_sd;
38extern struct kmem_cache *sysfs_dir_cachep;
39 21
40/* 22/*
41 * dir.c 23 * dir.c