diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-04-17 03:45:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-17 03:45:53 -0700 |
| commit | 3ba9ac07443fbcf68424a12daeadae36d2bc8b23 (patch) | |
| tree | 93a4d5e32dfe7afa6dd8fc58d157e891fdec6b7a | |
| parent | f8f9945f3f2f8c617a1398033f0f509bdc5ba25f (diff) | |
[PATCH] Remove unused 'kobject' from superblock
The field in question is
a) unused
b) damn next to impossible to use correctly, due to struct super_block
lifetime and locking rules.
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 1467a19015e0..edaaaf6ce341 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -751,7 +751,6 @@ struct super_block { char s_id[32]; /* Informational name */ - struct kobject kobj; /* anchor for sysfs */ void *s_fs_info; /* Filesystem private info */ /* |
