From 25d6ac5323f7455815a167cff26171ca0bd57e73 Mon Sep 17 00:00:00 2001 From: Ira Weiny Date: Tue, 3 Sep 2019 14:08:14 -0700 Subject: [PATCH] src/locktest: Update test header comment The offset is also used as flags for the OPEN commands. Signed-off-by: Ira Weiny Reviewed:-by: Eryu Guan Signed-off-by: Eryu Guan --- src/locktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locktest.c b/src/locktest.c index 089951e2..6030c7a8 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.30.2