Commit 3ba9ac07 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[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.
parent f8f9945f
......@@ -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 */
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment