block: remove revalidate_disk()
[linux-2.6-microblaze.git] / lib / test_kmod.c
index e651c37..eab5277 100644 (file)
@@ -745,7 +745,7 @@ static int trigger_config_run_type(struct kmod_test_device *test_dev,
                break;
        case TEST_KMOD_FS_TYPE:
                kfree_const(config->test_fs);
-               config->test_driver = NULL;
+               config->test_fs = NULL;
                copied = config_copy_test_fs(config, test_str,
                                             strlen(test_str));
                break;