Re: [PATCH 07/13] aio: enabled thread based async fsync
From: Dave Chinner <david@fromorbit.com>
Date: 2016-01-12 01:11:28
Also in:
linux-api, linux-fsdevel, lkml
From: Dave Chinner <david@fromorbit.com>
Date: 2016-01-12 01:11:28
Also in:
linux-api, linux-fsdevel, lkml
On Mon, Jan 11, 2016 at 05:07:23PM -0500, Benjamin LaHaise wrote:
Enable a fully asynchronous fsync and fdatasync operations in aio using the aio thread queuing mechanism. Signed-off-by: Benjamin LaHaise <redacted> Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Insufficient. Needs the range to be passed through and call vfs_fsync_range(), as I implemented here: https://lkml.org/lkml/2015/10/28/878 Cheers, Dave. -- Dave Chinner david@fromorbit.com -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>