mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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 <bcodding@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
e545735a32
commit
ad6b0241c9
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue