From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:54858 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726065AbeKRBZE (ORCPT ); Sat, 17 Nov 2018 20:25:04 -0500 Date: Sat, 17 Nov 2018 15:08:06 +0000 From: Al Viro To: Jens Axboe Cc: "linux-aio@kvack.org" , linux-fsdevel Subject: Re: [PATCH v2] aio: fix failure to put the file pointer Message-ID: <20181117150806.GI32577@ZenIV.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Nov 17, 2018 at 07:43:42AM -0700, Jens Axboe wrote: > If the ioprio capability check fails, we return without putting > the file pointer. Applied.