diff options
author | Peng Tao <bergwolf@gmail.com> | 2013-06-03 21:58:16 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-03 11:32:50 -0700 |
commit | 69d193889d0b14bce33b59399c00beacd26f93ae (patch) | |
tree | 4cc100271a84f3a8371c17358f46d3fb8cd98b01 /drivers/staging | |
parent | b1d2a127a98c2724129218eccd9431d342898da8 (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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/lustre/lustre/llite/super25.c | 2 |
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)); |