From: Kent Overstreet Date: Mon, 5 Aug 2013 21:04:06 +0000 (-0700) Subject: bcache: Minor journal fix X-Git-Tag: v3.14-rc1~42^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3fa7e77e67e647db3db2166b65083a427d84ed3;p=pandora-kernel.git bcache: Minor journal fix The real fix is where we check the bytes we need against how much is remaining - we also need to check for a journal entry bigger than our buffer, we'll never write those and it would be bad if we tried to read one. Also improve the diagnostic messages. Signed-off-by: Kent Overstreet --- Reading git-diff-tree failed