From 043400bf0e7df24caa8ccd8b9e2067d0facccf8c Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Wed, 4 Jun 2003 18:55:13 -0700 Subject: [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.. --- include/linux/fs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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 *); -- cgit v1.2.3