From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] make INIT_FS use the __RW_LOCK_UNLOCKED initialization Date: Wed, 10 Dec 2008 23:43:07 +0000 Message-ID: <20081210234307.GI28946@ZenIV.linux.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:40465 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754045AbYLJXnK (ORCPT ); Wed, 10 Dec 2008 18:43:10 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Steven Rostedt Cc: LKML , linux-arch@vger.kernel.org, Andrew Morton , Ingo Molnar , Thomas Gleixner On Wed, Dec 10, 2008 at 06:37:28PM -0500, Steven Rostedt wrote: > > The following patch is in: > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git > > branch: cleanups Would be better to take init_fs to something in fs/ or kernel/ and kill the duplicates, along with INIT_FS macro itself...