Re: [PATCH] ext[234]: cleanup ext[234]_bg_num_gdb()

2007-12-11 Thread Andrew Morton
On Sun, 9 Dec 2007 00:31:56 +0900 Akinobu Mita <[EMAIL PROTECTED]> wrote: > Use ext[234]_bg_has_super() to remove duplicate code. Would prefer one patch per filesystem, please. After fixing the rejects, I now have patches which affect ext2 and ext3 but which have a merging dependency upon ext4.

[PATCH] ext[234]: cleanup ext[234]_bg_num_gdb()

2007-12-08 Thread Akinobu Mita
Use ext[234]_bg_has_super() to remove duplicate code. Cc: Stephen Tweedie <[EMAIL PROTECTED]> Cc: Andrew Morton <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Signed-off-by: Akinobu Mita <[EMAIL PROTECTED]> --- fs/ext2/balloc.c |5 + fs/ext3/balloc.c |6 +- fs/ext4/balloc.c |6 +--