commit | ebd173beb8db5b8b315fa1c5bbac86c54059397a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Sep 23 12:46:17 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Sep 23 12:46:17 2015 -0400 |
tree | 2150c4685e1b44c0435632ea27bd417293d999f7 | |
parent | 76d33bca5581b1dd5c3157fa168db849a784ada4 [diff] |
ext4: move procfs registration code to fs/ext4/sysfs.c This allows us to refactor the procfs code, which saves a bit of compiled space. More importantly it isolates most of the procfs support code into a single file, so it's easier to #ifdef it out if the proc file system has been disabled. Signed-off-by: Theodore Ts'o <tytso@mit.edu>