]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5757b204de1c54256b513f4159f02a54bfd88064
treef210f174aec2531294b6fbdb3890dffc709e32b9
parent11f8d9518a3e80bd8d6b257a546d8e83bbef5ce9
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