ext4: expand commit callback and
authorBobi Jam <bobijam@whamcloud.com>
Mon, 20 Feb 2012 22:53:02 +0000 (17:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Feb 2012 22:53:02 +0000 (17:53 -0500)
commit18aadd47f88464928b5ce57791c2e8f9f2aaece0
treebb4f32855484a6dd6081c33fae1564359a88af74
parent15291164b22a357cb211b618adfef4fa82fc0de3
ext4: expand commit callback and

The per-commit callback was used by mballoc code to manage free space
bitmaps after deleted blocks have been released.  This patch expands
it to support multiple different callbacks, to allow other things to
be done after the commit has been completed.

Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4_jbd2.h
fs/ext4/mballoc.c
fs/ext4/mballoc.h
fs/ext4/super.c