From: Peng Tao Date: Mon, 3 Jun 2013 13:58:16 +0000 (+0800) Subject: staging/lustre: llite: add module alias X-Git-Tag: next-20130607~22^2~122 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=69d193889d0b14bce33b59399c00beacd26f93ae;p=karo-tx-linux.git 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 --- diff --git a/drivers/staging/lustre/lustre/llite/super25.c b/drivers/staging/lustre/lustre/llite/super25.c index 4101c52ed5d7..82c14a993cca 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));