From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch 02/15] nfsd: clean up mnt_want_write calls Date: Mon, 5 May 2008 06:59:30 -0400 Message-ID: <20080505105930.GB20910@infradead.org> References: <20080505095440.820370974@szeredi.hu> <20080505095509.480855416@szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@linux-foundation.org, hch@infradead.org, viro@ZenIV.linux.org.uk, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Miklos Szeredi Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:32819 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758326AbYEEK7t (ORCPT ); Mon, 5 May 2008 06:59:49 -0400 Content-Disposition: inline In-Reply-To: <20080505095509.480855416@szeredi.hu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, May 05, 2008 at 11:54:43AM +0200, Miklos Szeredi wrote: > From: Miklos Szeredi > > Multiple mnt_want_write() calls in the switch statement looks really > ugly. agreed. nice cleanup.