From: Dave Kleikamp Date: Wed, 21 May 2008 15:45:16 +0000 (-0500) Subject: JFS: skip bad iput() call in error path X-Git-Tag: v2.6.27-rc1~1079^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6536d2891ba2c4e837ba8478dc13bb173ed24a23;p=pandora-kernel.git JFS: skip bad iput() call in error path 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 --- Reading git-diff-tree failed