From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2120.oracle.com ([141.146.126.78]:37456 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752192AbeBIEwI (ORCPT ); Thu, 8 Feb 2018 23:52:08 -0500 Date: Thu, 8 Feb 2018 20:52:00 -0800 From: "Darrick J. Wong" To: Goldwyn Rodrigues Cc: linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, Goldwyn Rodrigues Subject: Re: [PATCH v7 1/2] xfs: remove assert to check bytes returned Message-ID: <20180209045200.GA5426@magnolia> References: <20180208185948.26827-1-rgoldwyn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180208185948.26827-1-rgoldwyn@suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Feb 08, 2018 at 12:59:47PM -0600, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > Since we can return less than count in case of partial direct > writes, remove the ASSERT. > > Signed-off-by: Goldwyn Rodrigues Looks ok, Reviewed-by: Darrick J. Wong --D