commit | b5799018827e67867fda77c3cde10fc080606fe2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Sep 23 12:44:17 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Sep 23 12:44:17 2015 -0400 |
tree | ebd4cc981162d55bef49b45ff86c846923411ef8 | |
parent | 1f93e4a96c9109378204c147b3eec0d0e8100fde [diff] |
ext4: move sysfs code from super.c to fs/ext4/sysfs.c Also statically allocate the ext4_kset and ext4_feat objects, since we only need exactly one of each, and it's simpler and less code if we drop the dynamic allocation and deallocation when it's not needed. Signed-off-by: Theodore Ts'o <tytso@mit.edu>