Skip to content

Commit 0c211d1

Browse files
committed
zfs(4): remove "experimental" from zfs_bclone_enabled
I think we've done enough experiments. Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <[email protected]>
1 parent acb6e71 commit 0c211d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

man/man4/zfs.4

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.\"
1919
.\" Copyright (c) 2024, Klara, Inc.
2020
.\"
21-
.Dd October 2, 2024
21+
.Dd November 1, 2024
2222
.Dt ZFS 4
2323
.Os
2424
.
@@ -1333,9 +1333,10 @@ results in vector instructions
13331333
from the respective CPU instruction set being used.
13341334
.
13351335
.It Sy zfs_bclone_enabled Ns = Ns Sy 1 Ns | Ns 0 Pq int
1336-
Enable the experimental block cloning feature.
1336+
Enables access to the block cloning feature.
13371337
If this setting is 0, then even if feature@block_cloning is enabled,
1338-
attempts to clone blocks will act as though the feature is disabled.
1338+
using functions and system calls that attempt to clone blocks will act as
1339+
though the feature is disabled.
13391340
.
13401341
.It Sy zfs_bclone_wait_dirty Ns = Ns Sy 0 Ns | Ns 1 Pq int
13411342
When set to 1 the FICLONE and FICLONERANGE ioctls wait for dirty data to be

0 commit comments

Comments
 (0)