From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH 1/7] Prepare for adding a new readv/writev with user flags. Date: Mon, 15 Sep 2014 21:28:28 +0100 Message-ID: <20140915202828.GV7996@ZenIV.linux.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, Christoph Hellwig , linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, Mel Gorman , Volker Lendecke , Tejun Heo , Jeff Moyer To: Milosz Tanski Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:39140 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756513AbaIOU2b (ORCPT ); Mon, 15 Sep 2014 16:28:31 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Sep 15, 2014 at 04:20:17PM -0400, Milosz Tanski wrote: > Plumbing the flags argument through the vfs code so they can be passed down to > __generic_file_(read/write)_iter function that do the acctual work. NAK. Put these flags into iocb, it'll be less noisy that way.