On Tue, May 04, 2010 at 11:45:53AM -0400, Christoph Hellwig wrote:
I agree.
I wonder if it's worthwhile to think about a new system call which
allows users to provide an array of fd's which are collectively should
be fsync'ed out at the same time. Otherwise, we end up issuing
multiple barrier operations in cases where the application needs to
do:
fsync(control_fd);
fsync(data_fd);
- Ted
--