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)
commit8a9f47ddb1d5cc3cda2d1f26f8da74e059fa7b87
tree7bc28bbf668d6e20d30fa23c40f9eb16705bc0ae
parent562787a5c32ccdf182de27793a83a9f2ee86cd77
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