diff options
author | Boris Protopopov <[email protected]> | 2016-01-05 15:47:58 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-17 10:40:30 -0700 |
commit | e3a07cd033920c2266a1ffdb8cfae951dfee3bf4 (patch) | |
tree | 9dc8ffc81a2ab723bb6988b002318ecc727afaa7 /lib | |
parent | d88895a069765bc3c6119ac1a3c8ea9edec7a370 (diff) |
Use zfs range locks in ztest
The zfs range lock interface no longer tightly depends on a
znode_t and therefore can be used in ztest. This allows the
previous ztest specific implementation to be removed, and for
additional test coverage of the shared version.
Signed-off-by: Chunwei Chen <[email protected]>
Signed-off-by: Boris Protopopov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #4023
Issue #4024
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libzpool/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libzpool/Makefile.am b/lib/libzpool/Makefile.am index 3e59efa5c..9bb1a8eea 100644 --- a/lib/libzpool/Makefile.am +++ b/lib/libzpool/Makefile.am @@ -103,6 +103,7 @@ KERNEL_C = \ zfs_fuid.c \ zfs_sa.c \ zfs_znode.c \ + zfs_rlock.c \ zil.c \ zio.c \ zio_checksum.c \ |