sysfs: Basic support for multiple super blocks
[safe/jmp/linux-2.6] / fs / sysfs / sysfs.h
index 30f5a44..030a39d 100644 (file)
@@ -114,6 +114,9 @@ struct sysfs_addrm_cxt {
 /*
  * mount.c
  */
+struct sysfs_super_info {
+};
+#define sysfs_info(SB) ((struct sysfs_super_info *)(SB->s_fs_info))
 extern struct sysfs_dirent sysfs_root;
 extern struct kmem_cache *sysfs_dir_cachep;