* [PATCH 2/2] NFS: Alias the nfs module to nfs4 [not found] <CAMFXNOxxP=+u37Ju_-15RViFrVtmAAufsGiYRQoE87QurFBphw@mail.gmail.com> @ 2012-08-08 18:01 ` bjschuma 2012-08-14 17:28 ` Jeff Layton 0 siblings, 1 reply; 2+ messages in thread From: bjschuma @ 2012-08-08 18:01 UTC (permalink / raw) To: linux-nfs I forgot to CC the mailing list... oops. ---------- Forwarded message ---------- From: bjschuma@gmail.com <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 <Trond.Myklebust@netapp.com> Cc: "J. Bruce Fields" <bfields@fieldses.org>, jlayton@redhat.com This allows distros to remove the line from their modprobe configuration. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> --- fs/nfs/super.c | 2 ++ 1 files changed, 2 insertions(+) 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"); + #endif /* CONFIG_NFS_V4 */ -- 1.7.11.4 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] NFS: Alias the nfs module to nfs4 2012-08-08 18:01 ` [PATCH 2/2] NFS: Alias the nfs module to nfs4 bjschuma @ 2012-08-14 17:28 ` Jeff Layton 0 siblings, 0 replies; 2+ messages in thread From: Jeff Layton @ 2012-08-14 17:28 UTC (permalink / raw) To: bjschuma@gmail.com; +Cc: linux-nfs On Wed, 8 Aug 2012 14:01:42 -0400 "bjschuma@gmail.com" <bjschuma@gmail.com> wrote: > I forgot to CC the mailing list... oops. > > > ---------- Forwarded message ---------- > From: bjschuma@gmail.com <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 <Trond.Myklebust@netapp.com> > Cc: "J. Bruce Fields" <bfields@fieldses.org>, jlayton@redhat.com > > > This allows distros to remove the line from their modprobe > configuration. > > Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> > --- > fs/nfs/super.c | 2 ++ > 1 files changed, 2 insertions(+) > > 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"); > + > #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 ACK... Should this also go to stable? -- Jeff Layton <jlayton@redhat.com> ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-14 17:28 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <CAMFXNOxxP=+u37Ju_-15RViFrVtmAAufsGiYRQoE87QurFBphw@mail.gmail.com> 2012-08-08 18:01 ` [PATCH 2/2] NFS: Alias the nfs module to nfs4 bjschuma 2012-08-14 17:28 ` Jeff Layton
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).