|
|
Subscribe / Log in / New account

Re: [PATCH 07/13] aio: enabled thread based async fsync

From:  Dave Chinner <david-AT-fromorbit.com>
To:  Benjamin LaHaise <bcrl-AT-kvack.org>
Subject:  Re: [PATCH 07/13] aio: enabled thread based async fsync
Date:  Tue, 12 Jan 2016 12:11:28 +1100
Message-ID:  <20160112011128.GC6033@dastard>
Cc:  linux-aio-AT-kvack.org, linux-fsdevel-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, linux-api-AT-vger.kernel.org, linux-mm-AT-kvack.org, Alexander Viro <viro-AT-zeniv.linux.org.uk>, Andrew Morton <akpm-AT-linux-foundation.org>, Linus Torvalds <torvalds-AT-linux-foundation.org>
Archive‑link:  Article

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 <ben.lahaise@solacesystems.com>
> 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>




to post comments


Copyright © 2016, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds