mirror of
https://github.com/torvalds/linux.git
synced 2026-09-18 02:02:53 -04:00
This is Eric Sesterhenn's jbd patch applied to jbd2. Commit:41716c7c21His words: Since commitd1807793e1we dereference a NULL pointer. Coverity id #1432. We set journal to NULL, and use it directly afterwards. Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Cc: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>