Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] null dereference in fs/jbd/journal.c
Since commit d180779 we dereference a NULL pointer. Coverity id #1432. We set journal to NULL, and use it directly afterwards. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
- Loading branch information