]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging/lustre: llite: add module alias
authorPeng Tao <bergwolf@gmail.com>
Mon, 3 Jun 2013 13:58:16 +0000 (21:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2013 18:32:50 +0000 (11:32 -0700)
So that sys_mount can find and load lustre module automatically.

Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/super25.c

index 4101c52ed5d70fe5496f78a73fbd1494d7f5e3ea..82c14a993cca079193c1360d4669dcb654abb2cb 100644 (file)
@@ -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));