* [PATCH] xfstests: fsstress: remove duplicate COLLAPSE_RANGE flags
@ 2014-04-16 22:35 Namjae Jeon
0 siblings, 0 replies; only message in thread
From: Namjae Jeon @ 2014-04-16 22:35 UTC (permalink / raw)
To: 'Dave Chinner'; +Cc: linux-fsdevel, xfs
From: Namjae Jeon <namjae.jeon@samsung.com>
Remove duplicate COLLAPSE_RANGE flags
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Ashish Sangwan <a.sangwan@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}
};
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-16 22:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 22:35 [PATCH] xfstests: fsstress: remove duplicate COLLAPSE_RANGE flags Namjae Jeon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).