From: Ira Weiny <ira.weiny@xxxxxxxxx> The offset is also used as flags for the OPEN commands. Signed-off-by: Ira Weiny <ira.weiny@xxxxxxxxx> --- src/locktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locktest.c b/src/locktest.c index 089951e2d992..6030c7a8a909 100644 --- a/src/locktest.c +++ b/src/locktest.c @@ -175,7 +175,7 @@ char *descriptions[] = { }; static int64_t tests[][6] = - /* test # Action offset length expected server/client */ + /* test # Action [offset|flags] length expected server/client */ { /* Various simple tests exercising the list */ -- 2.20.1