commit | b6b41424f0ec28e9a167fa29b003327860b4b71b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Thu Oct 14 09:53:42 2010 -0400 |
committer | Christoph Hellwig <hch@lst.de> | Thu Oct 14 09:53:42 2010 -0400 |
tree | 9e17a235542259f82a3a1e2c3d2a1906f2ac4749 | |
parent | ee52716245877b821f5ddbb3ace85b73084fb450 [diff] |
hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage oops and fs corruption; the latter can happen even on valid fs in case of oom. [hch: port of commit 3d10a15d6919488204bdb264050d156ced20d9aa from hfs] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Christoph Hellwig <hch@tuxera.com>