From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 1/1] hfsplus: fix an artifact in ioctl flag checking Date: Thu, 16 Dec 2010 18:12:50 +0100 Message-ID: <20101216171249.GA15245@lst.de> References: <1292503491-28630-1-git-send-email-alexo@tuxera.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, hch@tuxera.com To: Anton Salikhmetov Return-path: Received: from verein.lst.de ([213.95.11.210]:36819 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756469Ab0LPRMw (ORCPT ); Thu, 16 Dec 2010 12:12:52 -0500 Content-Disposition: inline In-Reply-To: <1292503491-28630-1-git-send-email-alexo@tuxera.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Dec 16, 2010 at 02:44:51PM +0200, Anton Salikhmetov wrote: > Fix a flag checking artifact in hfsplus_ioctl_getflags() routine > found while doing clean-up against assignments inside `if's. > > Signed-off-by: Anton Salikhmetov Thanks, applied.