jfs: fix diAllocExt error in resizing filesystem
authorBill Pemberton <wfp5p@virginia.edu>
Fri, 16 Apr 2010 13:01:20 +0000 (08:01 -0500)
committerDave Kleikamp <shaggy@linux.vnet.ibm.com>
Fri, 16 Apr 2010 13:01:20 +0000 (08:01 -0500)
commit2b0b39517d1af5294128dbc2fd7ed39c8effa540
treef210f174aec2531294b6fbdb3890dffc709e32b9
parentd7eecb483cc29e929bbc5515b8def830d7fc6ad2
jfs: fix diAllocExt error in resizing filesystem

Resizing the filesystem would result in an diAllocExt error in some
instances because changes in bmp->db_agsize would not get noticed if
goto extendBmap was called.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Cc: jfs-discussion@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
fs/jfs/resize.c