projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cf3cfc
)
NFS: Alias the nfs module to nfs4
author
bjschuma@gmail.com
<bjschuma@gmail.com>
Wed, 8 Aug 2012 17:57:10 +0000
(13:57 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 17:00:18 +0000
(10:00 -0700)
commit
425e776d93a7a5070b77d4f458a5bab0f924652c
upstream.
This allows distros to remove the line from their modprobe
configuration.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/super.c
patch
|
blob
|
history
diff --git
a/fs/nfs/super.c
b/fs/nfs/super.c
index 4ac7fca7e4bf32fc01ac980c26dfcb255325f3b1..7b55f51137e3c2898a37b0dcf388e0ccc49c3740 100644
(file)
--- a/
fs/nfs/super.c
+++ b/
fs/nfs/super.c
@@
-3146,4
+3146,6
@@
static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
return res;
}
+MODULE_ALIAS("nfs4");
+
#endif /* CONFIG_NFS_V4 */