summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-06-04 18:55:13 -0700
committerPatrick Mochel <mochel@osdl.org>2003-06-04 18:55:13 -0700
commit043400bf0e7df24caa8ccd8b9e2067d0facccf8c (patch)
tree0e774e23e9bb2a78ad7ec5a9e2a22d2a039b4bc4 /include/linux
parentc2e2d4f7c91100686c8d9987299058307452ddd6 (diff)
[fs] Remove kobject support for filesystems
It was initially added for the immediate gain of being able to see what filesystems were registered in the system. However, it was done without proper analysis of the lifetime rules associated with them. Someday, we should convert struct filesystem_type and struct super_block to use kobjects, though it will take sufficent time and effort to get it right. Until then, we go without..
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 9ae05e3ff093..0f79ec6c6949 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -917,7 +917,6 @@ struct export_operations {
struct file_system_type {
const char *name;
- struct subsystem subsys;
int fs_flags;
struct super_block *(*get_sb) (struct file_system_type *, int,
const char *, void *);