get rid of fs_value_is_filename_empty
[linux-2.6-block.git] / fs / fs_parser.c
index 065ce6c225874865dfb345e82c9fdf157343b39b..dc5c6737c2807feb563795a6f128bba6f1d9cdf7 100644 (file)
@@ -268,9 +268,6 @@ int fs_lookup_param(struct fs_context *fc,
                        return PTR_ERR(f);
                put_f = true;
                break;
-       case fs_value_is_filename_empty:
-               flags = LOOKUP_EMPTY;
-               /* Fall through */
        case fs_value_is_filename:
                f = param->name;
                put_f = false;