Home
last modified time | relevance | path

Searched hist:ebd173beb8db5b8b315fa1c5bbac86c54059397a (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dsysfs.cdiff ebd173beb8db5b8b315fa1c5bbac86c54059397a Wed Sep 23 18:46:17 CEST 2015 Theodore Ts'o <tytso@mit.edu> 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>