From: OGAWA Hirofumi Date: Sun, 8 Jan 2006 09:02:11 +0000 (-0800) Subject: [PATCH] fat: support ->direct_IO() X-Git-Tag: v2.6.16-rc1~807 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5174baaea7585760f02eef23b225847d209a8db;p=pandora-kernel.git [PATCH] fat: support ->direct_IO() This patch add to support of ->direct_IO() for mostly read. The user of this seems to want to use for streaming read. So, current direct I/O has limitation, it can only overwrite. (For write operation, mainly we need to handle the hole etc..) Signed-off-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed