Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcbf8c30 authored by Michal Schmidt's avatar Michal Schmidt Committed by J. Bruce Fields
Browse files

sunrpc: add MODULE_ALIAS to match the filesystem name



sunrpc implements the rpc_pipefs filesystem type.
Add the alias to have the module requested automatically by the kernel
when the filesystem is mounted.

Signed-off-by: default avatarMichal Schmidt <mschmidt@redhat.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent b31b30e5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1084,3 +1084,6 @@ void unregister_rpc_pipefs(void)
	kmem_cache_destroy(rpc_inode_cachep);
	unregister_filesystem(&rpc_pipe_fs_type);
}

/* Make 'mount -t rpc_pipefs ...' autoload this module. */
MODULE_ALIAS("rpc_pipefs");