Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756631Ab1BQQVZ (ORCPT ); Thu, 17 Feb 2011 11:21:25 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:47433 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753002Ab1BQQVW convert rfc822-to-8bit (ORCPT ); Thu, 17 Feb 2011 11:21:22 -0500 MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Thu, 17 Feb 2011 08:20:31 -0800 Message-ID: Subject: Re: [PATCH] code cleanup on fs/super.c To: Steven Liu Cc: viro@zeniv.linux.org.uk, randy.dunlap@oracle.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, dchinner@redhat.com, liuqi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 744 Lines: 17 On Thu, Feb 17, 2011 at 12:59 AM, Steven Liu wrote: > > ? Clean up the unsed code on fs/super.c, all filesystem using mount_bdev > ? 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/