From: Peng Tao <bergwolf@gmail.com>
Date: Mon, 3 Jun 2013 13:58:16 +0000 (+0800)
Subject: staging/lustre: llite: add module alias
X-Git-Tag: v3.11-rc1~158^2~332
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=69d193889d0b14bce33b59399c00beacd26f93ae;p=linux.git

staging/lustre: llite: add module alias

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>
---

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));