]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit5e8814f2f74f53d58aa5679bf32b38a7940033fe
tree05f70d1d57d20111a57cd35fb971e36f836d24e8
parent9f6200bbfc962d8f926278cf5d5ddb90a228c322
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>
fs/ext4/ext4.h
fs/ext4/ext4_sb.h
fs/ext4/mballoc.c
fs/ext4/super.c