diff options
author | Benjamin Coddington <[email protected]> | 2017-12-08 12:52:47 -0500 |
---|---|---|
committer | Trond Myklebust <[email protected]> | 2018-01-14 23:06:29 -0500 |
commit | ad6b0241c94e2732f928ec9ef5b3561d7448c8fe (patch) | |
tree | 2f1e022841a6d9c011a390178f26db33a435b049 | |
parent | e545735a3255a2f211d9c7efd2d67f2affcde1ba (diff) |
pnfs/blocklayout: Add module alias for LAYOUT4_SCSI
The blocklayout module contains the client support for both block and SCSI
layouts. Add a module alias for the SCSI layout type so that the module
will be loaded for SCSI layouts.
Signed-off-by: Benjamin Coddington <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
-rw-r--r-- | fs/nfs/blocklayout/blocklayout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/blocklayout/blocklayout.c b/fs/nfs/blocklayout/blocklayout.c index 995d707537da..ec110aa87634 100644 --- a/fs/nfs/blocklayout/blocklayout.c +++ b/fs/nfs/blocklayout/blocklayout.c @@ -967,6 +967,7 @@ static void __exit nfs4blocklayout_exit(void) } MODULE_ALIAS("nfs-layouttype4-3"); +MODULE_ALIAS("nfs-layouttype4-5"); module_init(nfs4blocklayout_init); module_exit(nfs4blocklayout_exit); |