From d37388c21b920fbe41468d1384633da6f0067d62 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Tue, 22 Apr 2014 10:46:12 +1000 Subject: [PATCH] fsstress: remove duplicate COLLAPSE_RANGE flags Remove duplicate COLLAPSE_RANGE flags Signed-off-by: Namjae Jeon Signed-off-by: Ashish Sangwan Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- ltp/fsstress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 1eec11a6..29fc250d 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} }; -- 2.47.3