ext4: Move mballoc headers/structures to a seperate header file mballoc.h
authorMingming Cao <cmm@us.ibm.com>
Wed, 30 Apr 2008 02:01:31 +0000 (22:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 30 Apr 2008 02:01:31 +0000 (22:01 -0400)
commit8f6e39a7ade8a5329c5651a2bc07010b3011da6a
tree89ba461b78c3015f9de9e5cd6671005aff71e562
parent60bd63d1928c65abd71d8b9b45672cf6e3101845
ext4: Move mballoc headers/structures to a seperate header file mballoc.h

Move function and structure definiations out of mballoc.c and put it under
a new header file mballoc.h

Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c
fs/ext4/mballoc.h [new file with mode: 0644]