From patchwork Wed Aug 8 18:01:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "bjschuma@gmail.com" X-Patchwork-Id: 1297071 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id A6CEF3FC23 for ; Wed, 8 Aug 2012 18:02:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964927Ab2HHSCE (ORCPT ); Wed, 8 Aug 2012 14:02:04 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:40300 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964926Ab2HHSCD (ORCPT ); Wed, 8 Aug 2012 14:02:03 -0400 Received: by ggdk6 with SMTP id k6so351574ggd.19 for ; Wed, 08 Aug 2012 11:02:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=pajK05ZSk4Qh14+fMePcby7qkq+Lv+fLH+9ljjOmnj8=; b=JGjQSe7+f0TLl7dFSzeWOMkc9AhLM9drAu+8KFY2oC2J+3ZKh8M4xFnPB+GEHidEDe HxhK2PuxzxX+6fw35zpHkAYNNeEkzYAL8gySBC0zmGj7y2h1WBsidS4H8yBiiYobrFH3 VnD2Bf+cjE3D0I32jPnB7kzaJ4BU1vlan9NcHt/BSrrNA97eW9avJ//X6rAFe/ewekmj IQYStJKZRokSc0758TfuwxVUzIWaQYnObuYvKUo6jhGdeoZi3/z337TOPoQH+Tsn0e3a P7PmUHMJy4SOZ2+3bH81jABiWiCndNi39zJBN0WnZYqhES1CPGzOEXZ1gmqV4AS9L4NN yPFg== Received: by 10.42.31.5 with SMTP id x5mr14755887icc.40.1344448922262; Wed, 08 Aug 2012 11:02:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.157.195 with HTTP; Wed, 8 Aug 2012 11:01:42 -0700 (PDT) In-Reply-To: References: From: "bjschuma@gmail.com" Date: Wed, 8 Aug 2012 14:01:42 -0400 Message-ID: Subject: [PATCH 2/2] NFS: Alias the nfs module to nfs4 To: linux-nfs@vger.kernel.org Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org I forgot to CC the mailing list... oops. ---------- Forwarded message ---------- From: bjschuma@gmail.com Date: Wed, Aug 8, 2012 at 1:57 PM Subject: [PATCH 2/2] NFS: Alias the nfs module to nfs4 To: Trond Myklebust Cc: "J. Bruce Fields" , jlayton@redhat.com This allows distros to remove the line from their modprobe configuration. Signed-off-by: Bryan Schumaker --- fs/nfs/super.c | 2 ++ 1 files changed, 2 insertions(+) #endif /* CONFIG_NFS_V4 */ -- 1.7.11.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/fs/nfs/super.c b/fs/nfs/super.c index c4a15c5..239aff7 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c @@ -2680,4 +2680,6 @@ MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 " module_param(send_implementation_id, ushort, 0644); MODULE_PARM_DESC(send_implementation_id, "Send implementation ID with NFSv4.1 exchange_id"); +MODULE_ALIAS("nfs4"); +