]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pnfs/blocklayout: Add module alias for LAYOUT4_SCSI
authorBenjamin Coddington <bcodding@redhat.com>
Fri, 8 Dec 2017 17:52:47 +0000 (12:52 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 15 Jan 2018 04:06:29 +0000 (23:06 -0500)
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 <bcodding@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/blocklayout/blocklayout.c

index 995d707537dab942ce9aae0fc1388d114d68699b..ec110aa876341e6bace3a7666683b5c90baadc39 100644 (file)
@@ -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);