From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH] code cleanup on fs/super.c Date: Thu, 17 Feb 2011 08:20:31 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: viro@zeniv.linux.org.uk, randy.dunlap@oracle.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, dchinner@redhat.com, liuqi To: Steven Liu Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Feb 17, 2011 at 12:59 AM, Steven Liu = wrote: > > =A0 Clean up the unsed code on fs/super.c, all filesystem using mount= _bdev > =A0 and mount_nodev to replace get_sb_bdev and get_sb_nodev. There might easily be external modules that still use this. Also, if you do this, then the same patch would also need to remove the declarations and the documentation entry, so that there is no sign at all of those functions in the whole kernel tree. Linus