From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 12 Jan 2016 12:11:28 +1100 From: Dave Chinner To: Benjamin LaHaise Cc: linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, linux-mm@kvack.org, Alexander Viro , Andrew Morton , Linus Torvalds Subject: Re: [PATCH 07/13] aio: enabled thread based async fsync Message-ID: <20160112011128.GC6033@dastard> References: <80934665e0dd2360e2583522c7c7569e5a92be0e.1452549431.git.bcrl@kvack.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80934665e0dd2360e2583522c7c7569e5a92be0e.1452549431.git.bcrl@kvack.org> Sender: owner-linux-mm@kvack.org List-ID: 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 > Signed-off-by: Benjamin LaHaise 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: email@kvack.org