]> git.baikalelectronics.ru Git - kernel.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)
commit413fe0f812f7f529f0b54899a5c8ce0233a399b9
tree7560fc6e97a493a2b9066a23a69cf44ac2df81ce
parent79db7de85d3462f648bd7459ed058f151385dc09
[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