ext4: check return of ext4_orphan_get properly
authorJosef Bacik <jbacik@redhat.com>
Wed, 30 Apr 2008 02:04:56 +0000 (22:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 30 Apr 2008 02:04:56 +0000 (22:04 -0400)
commit97bd42b9c8be748ad85b362ba3bd401f4d35be80
tree161f8972e7e94e3c1a384e22fc4be55fe9c18c55
parent1dfc3220d963385a317264b11154c462a83596ed
ext4:  check return of ext4_orphan_get properly

This patch fix a panic while running fsfuzzer.
We are improperly checking the return of ext4_orphan_get.

Signed-off-by: Josef Bacik <jbacik@redhat.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c