summaryrefslogtreecommitdiffstats
path: root/module/zfs/range_tree.c
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2020-09-04 10:39:58 -0700
committerBrian Behlendorf <[email protected]>2020-09-04 10:51:51 -0700
commitdce63135ae32213f2f0cc963a40f2ca50c6019bd (patch)
treed1dafeea9a9a7e62ebf950a4ebe3429f97ae34de /module/zfs/range_tree.c
parent4f0728278615eb42fc5022b2817c082f578e225f (diff)
Sequential scrub and resilver updated comments
Commit d4a72f2 which introduced multi-phase scrubs and resilvers continued the work presented by Nexenta at the 2016 ZFS developer summit. Update the source to reflect their contribution. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/zfs/range_tree.c')
-rw-r--r--module/zfs/range_tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/range_tree.c b/module/zfs/range_tree.c
index 2c0e4b860..2ce0139c9 100644
--- a/module/zfs/range_tree.c
+++ b/module/zfs/range_tree.c
@@ -24,6 +24,7 @@
*/
/*
* Copyright (c) 2013, 2019 by Delphix. All rights reserved.
+ * Copyright (c) 2015, Nexenta Systems, Inc. All rights reserved.
*/
#include <sys/zfs_context.h>