Skip to content

Commit 9d17b10

Browse files
ozrarukdave
authored andcommitted
btrfs-progs: docs: fix kernel version to set defrag compress level
This feature is provided by commit of kernel fc5c0c58258748 ("btrfs: defrag: extend ioctl to accept compression levels") which is not included in 6.14 but 6.15. [skip ci] Pull-request: #983 Signed-off-by: David Sterba <dsterba@suse.com>
1 parent b11004f commit 9d17b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/btrfs-filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ defragment [options] <file>|<dir> [<file>|<dir>...]
118118
compression. See also section *EXAMPLES*.
119119

120120
-L|--level <level>
121-
Since kernel 6.14 the compresison can also take the level parameter which will be used
121+
Since kernel 6.15 the compresison can also take the level parameter which will be used
122122
only for the defragmentation and overrides the eventual mount option compression level.
123123
Valid levels depend on the compression algorithms: *zlib*
124124
1..9, *lzo* does not have any levels, *zstd* the standard levels 1..15 and also the

0 commit comments

Comments
 (0)