ext4: Combine proc file handling into a single set of functions
authorTheodore Ts'o <tytso@mit.edu>
Tue, 23 Sep 2008 22:07:35 +0000 (18:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 Sep 2008 22:07:35 +0000 (18:07 -0400)
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>

No differences found