From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 15/19] xfs: convert dquot cache lru to list_lru Date: Wed, 28 Nov 2012 11:17:07 -0500 Message-ID: <20121128161707.GA19634@infradead.org> References: <1354058086-27937-1-git-send-email-david@fromorbit.com> <1354058086-27937-16-git-send-email-david@fromorbit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: glommer@parallels.com, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, xfs@oss.sgi.com To: Dave Chinner Return-path: Content-Disposition: inline In-Reply-To: <1354058086-27937-16-git-send-email-david@fromorbit.com> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org > + if (!xfs_dqflock_nowait(dqp)) > + xfs_dqunlock(dqp); > + goto out_miss_busy; This seems to miss braces. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org