sunrpc: add MODULE_ALIAS to match the filesystem name
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 1 Jul 2011 22:47:12 +0000 (00:47 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 10 Oct 2011 22:04:47 +0000 (18:04 -0400)
commitdcbf8c30344dfa01915c34f88318d464e116f004
treed030245c4f27424db27245fe4a315456ad06eb2b
parentb31b30e5c76b7653b4434fcdc3c5d2b46a367c2a
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: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/rpc_pipe.c