summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorPeng Tao <bergwolf@gmail.com>2013-06-03 17:58:16 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-03 22:32:50 +0400
commit69d193889d0b14bce33b59399c00beacd26f93ae (patch)
tree4cc100271a84f3a8371c17358f46d3fb8cd98b01 /drivers/staging/lustre
parentb1d2a127a98c2724129218eccd9431d342898da8 (diff)
downloadlinux-69d193889d0b14bce33b59399c00beacd26f93ae.tar.xz
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>
Diffstat (limited to 'drivers/staging/lustre')
-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 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));