Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751892AbcCASWe (ORCPT ); Tue, 1 Mar 2016 13:22:34 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:45765 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750768AbcCASWc (ORCPT ); Tue, 1 Mar 2016 13:22:32 -0500 Date: Tue, 1 Mar 2016 10:22:27 -0800 From: Christoph Hellwig To: Luis de Bethencourt Cc: Christoph Hellwig , cmaiolino@redhat.com, darrick.wong@oracle.com, namjae.jeon@samsung.com, bfoster@redhat.com, sandeen@sandeen.net, linux-kernel@vger.kernel.org, xfs@oss.sgi.com, billodo@redhat.com Subject: Re: [PATCH] xfs: remove impossible condition Message-ID: <20160301182227.GA21238@infradead.org> References: <1456404237-18169-1-git-send-email-luisbg@osg.samsung.com> <20160301120814.GA5217@infradead.org> <56D597D5.3040002@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56D597D5.3040002@osg.samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 411 Lines: 8 On Tue, Mar 01, 2016 at 01:23:33PM +0000, Luis de Bethencourt wrote: > If you have some specific things in mind that I could fix in the code around > this, I am happy to add it to my ToDo list. Or I can continue reading it and > let you know of anything I see, so you can confirm before I try to fix it. I don't think this mess is something I want to let newbies loose on :) Thanks a lot for the patch again!