From: OGAWA Hirofumi Date: Sun, 8 Jan 2006 09:02:09 +0000 (-0800) Subject: [PATCH] fat: use sb_find_get_block() instead of sb_getblk() X-Git-Tag: v2.6.16-rc1~810 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b7c996dc859c7b53f94d46ee5c5929cc0399e2;p=pandora-kernel.git [PATCH] fat: use sb_find_get_block() instead of sb_getblk() We don't need to allocate buffer for checking the buffer is uptodate. This use sb_find_get_block() instead, and if it returns NULL it's not uptodate. Signed-off-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed