commit | 5e8814f2f74f53d58aa5679bf32b38a7940033fe | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Sep 23 18:07:35 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Sep 23 18:07:35 2008 -0400 |
tree | 05f70d1d57d20111a57cd35fb971e36f836d24e8 | |
parent | 9f6200bbfc962d8f926278cf5d5ddb90a228c322 [diff] |
ext4: Combine proc file handling into a single set of functions Previously mballoc created a separate set of functions for each proc file. This combines the tunables into a single set of functions which gets used for all of the per-superblock proc files, saving approximately 2k of compiled object code. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>