JFS: skip bad iput() call in error path
authorDave Kleikamp <shaggy@linux.vnet.ibm.com>
Wed, 21 May 2008 15:45:16 +0000 (10:45 -0500)
committerDave Kleikamp <shaggy@linux.vnet.ibm.com>
Wed, 21 May 2008 15:45:16 +0000 (10:45 -0500)
If jfs_iget() fails, we can't call iput() on the returned error.
Thanks to Eric Sesterhenn's fuzzer testing for reporting the problem.

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

No differences found