Skip to content
Commit b5799018 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatarTheodore Ts'o <tytso@mit.edu>
parent 1f93e4a9
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