[PATCH] xfstests: fsstress: remove duplicate COLLAPSE_RANGE flags

Namjae Jeon namjae.jeon at samsung.com
Wed Apr 16 17:35:35 CDT 2014


From: Namjae Jeon <namjae.jeon at samsung.com>

Remove duplicate COLLAPSE_RANGE flags

Signed-off-by: Namjae Jeon <namjae.jeon at samsung.com>
Signed-off-by: Ashish Sangwan <a.sangwan at samsung.com>
---
 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}
 };



More information about the xfs mailing list