ext4: move /proc setup and teardown out of mballoc.c
authorTheodore Ts'o <tytso@mit.edu>
Tue, 23 Sep 2008 13:18:24 +0000 (09:18 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 Sep 2008 13:18:24 +0000 (09:18 -0400)
commit9f6200bbfc962d8f926278cf5d5ddb90a228c322
tree86cf42e4f1fff753a38c64d49971efd04bfdd5f9
parentf702ba0fd7d50b5f5f5aea5317875a10d40b869f
ext4: move /proc setup and teardown out of mballoc.c

...and into the core setup/teardown code in fs/ext4/super.c so that
other parts of ext4 can define tuning parameters.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/ext4_sb.h
fs/ext4/mballoc.c
fs/ext4/mballoc.h
fs/ext4/super.c