From: Eric Sandeen Date: Thu, 26 Feb 2009 05:57:35 +0000 (-0500) Subject: ext4: don't call jbd2_journal_force_commit_nested without journal X-Git-Tag: v2.6.29-rc7~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f64b32eb73fbfe9f38c4123121b63ee409278a7;p=pandora-kernel.git ext4: don't call jbd2_journal_force_commit_nested without journal Running without a journal, I oopsed when I ran out of space, because we called jbd2_journal_force_commit_nested() from ext4_should_retry_alloc() without a journal. This should take care of it, I think. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed