Re: [patch 2/3] fs: introduce perform_write aop

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Anton Altaparmakov
Date: Friday, March 9, 2007 - 3:01 pm

On 9 Mar 2007, at 12:52, Nick Piggin wrote:


Indeed.  FWIW my NTFS driver does not use the generic file write  
helper function and instead has its own code that does the allocation  
first and then does the writing a page at a time much the same as  
generic file write does so depending on what this new interface ends  
up looking like exactly I may well be able to switch the NTFS driver  
to use it instead of doing everything by myself and duplicating a ton  
of code from the VFS...

Best regards,

	Anton


-- 
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer, http://www.linux-ntfs.org/


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 1/3] fs: add an iovec iterator, Nick Piggin, (Thu Feb 8, 6:07 am)
[patch 2/3] fs: introduce perform_write aop, Nick Piggin, (Thu Feb 8, 6:07 am)
[patch 3/3] ext2: use perform_write aop, Nick Piggin, (Thu Feb 8, 6:07 am)
Re: [patch 3/3] ext2: use perform_write aop, Dmitriy Monakhov, (Thu Feb 8, 7:47 am)
Re: [patch 1/3] fs: add an iovec iterator, Christoph Hellwig, (Thu Feb 8, 12:49 pm)
Re: [patch 1/3] fs: add an iovec iterator, Mark Fasheh, (Thu Feb 8, 4:04 pm)
Re: [patch 1/3] fs: add an iovec iterator, Nick Piggin, (Thu Feb 8, 6:46 pm)
Re: [patch 1/3] fs: add an iovec iterator, Nate Diller, (Thu Feb 8, 7:03 pm)
Re: [patch 1/3] fs: add an iovec iterator, Nick Piggin, (Thu Feb 8, 8:31 pm)
Re: [patch 1/3] fs: add an iovec iterator, Zach Brown, (Fri Feb 9, 10:28 am)
Re: [patch 3/3] ext2: use perform_write aop, Andrew Morton, (Fri Feb 9, 12:14 pm)
Re: [patch 3/3] ext2: use perform_write aop, Andrew Morton, (Fri Feb 9, 12:45 pm)
Re: [patch 3/3] ext2: use perform_write aop, Nick Piggin, (Fri Feb 9, 6:34 pm)
Re: [patch 3/3] ext2: use perform_write aop, Andrew Morton, (Fri Feb 9, 6:50 pm)
Re: [patch 2/3] fs: introduce perform_write aop, Christoph Hellwig, (Fri Mar 9, 3:39 am)
Re: [patch 1/3] fs: add an iovec iterator, Christoph Hellwig, (Fri Mar 9, 3:40 am)
Re: [patch 2/3] fs: introduce perform_write aop, Nick Piggin, (Fri Mar 9, 5:52 am)
Re: [patch 2/3] fs: introduce perform_write aop, Anton Altaparmakov, (Fri Mar 9, 3:01 pm)
Re: [patch 2/3] fs: introduce perform_write aop, Mark Fasheh, (Fri Mar 9, 4:33 pm)
Re: [patch 2/3] fs: introduce perform_write aop, Christoph Hellwig, (Sat Mar 10, 2:25 am)
Re: [patch 2/3] fs: introduce perform_write aop, Mark Fasheh, (Sun Mar 11, 7:13 pm)
Re: [patch 2/3] fs: introduce perform_write aop, Nick Piggin, (Wed Mar 14, 6:30 am)
Re: [patch 2/3] fs: introduce perform_write aop, Christoph Hellwig, (Wed Mar 14, 8:17 am)