]> git.baikalelectronics.ru Git - kernel.git/commit
ntfs: remove ntfs_file_write
authorChristoph Hellwig <hch@lst.de>
Tue, 22 Sep 2009 23:43:58 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Sep 2009 14:39:29 +0000 (07:39 -0700)
commitc99c9a211c947d8dbe44ac0a6dcb6e729e1921fb
tree7bc28bbf668d6e20d30fa23c40f9eb16705bc0ae
parentefa771fa4b330ad021c66383a4db11e49bc5d585
ntfs: remove ntfs_file_write

do_sync_write() does the right thing for turning the aio_writev method
into a normal non-vectored synchronous write, no need to duplicate it in
ntfs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ntfs/file.c