git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2d021
)
ext4: Check return value of sb_getblk() and friends
author
Namhyung Kim
<namhyung@gmail.com>
Thu, 28 Oct 2010 01:30:11 +0000
(21:30 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 28 Oct 2010 01:30:11 +0000
(21:30 -0400)
Fail block allocation if sb_getblk() returns NULL. In that case,
sb_find_get_block() also likely to fail so that it should skip
calling ext4_forget().
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found