From: Dave Kleikamp Date: Tue, 17 Oct 2006 07:09:35 +0000 (-0700) Subject: [PATCH] null dereference in fs/jbd2/journal.c X-Git-Tag: v2.6.19-rc3~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb30790d4ccd3409240a80eaf9ab76b4fb75fd8;p=pandora-kernel.git [PATCH] null dereference in fs/jbd2/journal.c This is Eric Sesterhenn's jbd patch applied to jbd2. Commit: 41716c7c21b15e7ecf14f0caf1eef3980707fb74 His words: Since commit d1807793e1e7e502e3dc047115e9dbc3b50e4534 we dereference a NULL pointer. Coverity id #1432. We set journal to NULL, and use it directly afterwards. Signed-off-by: Dave Kleikamp Cc: Eric Sesterhenn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed