From: Ira Weiny Date: Mon, 23 Sep 2019 17:53:32 +0000 (-0700) Subject: src/locktest: Add simple lease testing X-Git-Tag: v2022.05.01~1018 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=82ae25c4dfaa254ec1c874b4b2feb796f1319c9d;hp=82ae25c4dfaa254ec1c874b4b2feb796f1319c9d src/locktest: Add simple lease testing /* 1 */"Take Read Lease", /* 2 */"Take Write Lease", /* 3 */"Fail Write Lease if file is open somewhere else", /* 4 */"Fail Read Lease if opened with write permissions", Signed-off-by: Ira Weiny Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan ---