mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
NFS: Alias the nfs module to nfs4
commit 425e776d93 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>
This commit is contained in:
parent
3cf3cfc448
commit
e5cd679ea4
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user