]> git.karo-electronics.de Git - karo-tx-linux.git/commit
jfs: Update agstart when resizing volume
authorDave Kleikamp <dave.kleikamp@oracle.com>
Mon, 20 Jun 2011 15:32:46 +0000 (10:32 -0500)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Mon, 20 Jun 2011 15:32:46 +0000 (10:32 -0500)
commit28e0fa894cd5996d3007ce82f07226f79beb7286
treecb6d92f311c70c106d9623505b4a038d7a827319
parent206b6310fd0268a6ca50cf36f03b0f4eee5602ec
jfs: Update agstart when resizing volume

A comment indicates that the IAG's agstart does not need to be updated
since it will always point to a block in the same aggregate group, but
jfs_fsck isn't so forgiving and reports it as an error.

I'm fixing this in jfsutils as well, so either a new kernel or new
utilities will be sufficient to fix the problem.

Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_imap.c