JFS: Check for invalid inodes in jfs_delete_inode
authorDave Kleikamp <shaggy@austin.ibm.com>
Mon, 1 Aug 2005 21:54:26 +0000 (16:54 -0500)
committerDave Kleikamp <shaggy@austin.ibm.com>
Mon, 1 Aug 2005 21:54:26 +0000 (16:54 -0500)
Some error paths may iput an invalid inode with i_nlink=0.  jfs should
not try to actually delete such an inode.

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>

No differences found