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:
81a4e32
)
jbd: Check return value of __getblk()
author
Namhyung Kim
<namhyung@gmail.com>
Wed, 13 Oct 2010 08:17:18 +0000
(17:17 +0900)
committer
Jan Kara
<jack@suse.cz>
Wed, 27 Oct 2010 23:30:04 +0000
(
01:30
+0200)
Fail journal creation if __getblk() returns NULL. unlikely() is
added because it is called in a loop and we've been OK without
the check until now.
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found