diff mbox series

[2/3] src/locktest: Update test header comment

Message ID 20190903210815.29545-3-ira.weiny@intel.com (mailing list archive)
State New, archived
Headers show
Series src/locktest: 3 fixes for locktest | expand

Commit Message

Ira Weiny Sept. 3, 2019, 9:08 p.m. UTC
From: Ira Weiny <ira.weiny@intel.com>

The offset is also used as flags for the OPEN commands.

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
---
 src/locktest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 */