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