]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb95cb39fbd0d5fd7ecb1947ef3de83d38084fbf4
treebb4f32855484a6dd6081c33fae1564359a88af74
parent6169fc296b5ceed9e12fc36279e68f36f2af1945
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