]> git.baikalelectronics.ru Git - kernel.git/commit
kill generic_file_direct_IO()
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Jul 2008 04:27:04 +0000 (21:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:14 +0000 (10:47 -0700)
commit44b745f3924d03bc5034f743eabb9da7cfe9dc60
treefa8a26a8e9b870b3c4f9a876070de03e4901c579
parentd6f7ff6ecb46dd061c6f5f85cbc669ddc324e299
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 <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/filemap.c