From: Christoph Hellwig Date: Thu, 24 Jul 2008 04:27:04 +0000 (-0700) Subject: kill generic_file_direct_IO() X-Git-Tag: v2.6.27-rc1~827 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a969e903a944f69309ee5cc9e7c7b08310d1151e;p=pandora-kernel.git kill generic_file_direct_IO() generic_file_direct_IO is a common helper around the invocation of ->direct_IO. But there's almost nothing shared between the read and write side, so we're better off without this helper. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed