summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Tao <bergwolf@gmail.com>2013-06-03 21:58:16 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-03 11:32:50 -0700
commit69d193889d0b14bce33b59399c00beacd26f93ae (patch)
tree4cc100271a84f3a8371c17358f46d3fb8cd98b01
parentb1d2a127a98c2724129218eccd9431d342898da8 (diff)
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>
-rw-r--r--drivers/staging/lustre/lustre/llite/super25.c2
1 files changed, 1 insertions, 1 deletions
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));