]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[XFS] Catch errors from xfs_imap().
authorDavid Chinner <dgc@sgi.com>
Thu, 10 Apr 2008 02:24:10 +0000 (12:24 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:01:39 +0000 (12:01 +1000)
commit64bfe1bfae833e89ed77f72c61ded19f4b1976f8
tree7560fc6e97a493a2b9066a23a69cf44ac2df81ce
parent7b07339048f7b020575706b492c004b5664b67ab
[XFS] Catch errors from xfs_imap().

Catch errors from xfs_imap() in log recovery when we might be trying to
map an invalid inode number due to a corrupted log.

SGI-PV: 980084
SGI-Modid: xfs-linux-melb:xfs-kern:30829a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_log_recover.c