From 69d193889d0b14bce33b59399c00beacd26f93ae Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 3 Jun 2013 21:58:16 +0800 Subject: [PATCH] staging/lustre: llite: add module alias So that sys_mount can find and load lustre module automatically. Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/llite/super25.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/super25.c b/drivers/staging/lustre/lustre/llite/super25.c index 4101c52ed5d..82c14a993cc 100644 --- a/drivers/staging/lustre/lustre/llite/super25.c +++ b/drivers/staging/lustre/lustre/llite/super25.c @@ -100,7 +100,7 @@ struct super_operations lustre_super_operations = .remount_fs = ll_remount_fs, .show_options = ll_show_options, }; - +MODULE_ALIAS_FS("lustre"); void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg)); -- 2.41.0