From: Namjae Jeon <namjae.jeon@xxxxxxxxxxx> Remove duplicate COLLAPSE_RANGE flags Signed-off-by: Namjae Jeon <namjae.jeon@xxxxxxxxxxx> Signed-off-by: Ashish Sangwan <a.sangwan@xxxxxxxxxxx> --- ltp/fsstress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 1eec11a..29fc250 100644 --- a/ltp/fsstress.c +++ b/ltp/fsstress.c @@ -2176,7 +2176,6 @@ struct print_flags falloc_flags [] = { { FALLOC_FL_NO_HIDE_STALE, "NO_HIDE_STALE"}, { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, { FALLOC_FL_ZERO_RANGE, "ZERO_RANGE"}, - { FALLOC_FL_COLLAPSE_RANGE, "COLLAPSE_RANGE"}, { -1, NULL} }; -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html