From: Andrew Morton Date: Sun, 30 Oct 2005 23:03:15 +0000 (-0800) Subject: [PATCH] __bread oops fix X-Git-Tag: v2.6.15-rc1~59^2~15^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3e713b5fdd0e54c2e3c8909ccde2a98839e3a52;p=pandora-kernel.git [PATCH] __bread oops fix If a filesystem passes an idiotic blocksize into bread(), __getblk_slow() will warn and will return NULL. We have a report (from Hubert Tonneau ) of isofs_fill_super() doing this (passing in a silly block size) against an unplugged CDROM drive. But a couple of __getblk_slow() callers forgot to check for the NULL bh, hence oops. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed