]> git.proxmox.com Git - zfsonlinux.git/blob - zfs-patches/0029-Remove-l2arc_nocompress-from-zfs-module-parameters-5.patch
add remaining zfs-0.7.6 changes as patches
[zfsonlinux.git] / zfs-patches / 0029-Remove-l2arc_nocompress-from-zfs-module-parameters-5.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: DeHackEd <DeHackEd@users.noreply.github.com>
3 Date: Tue, 16 Jan 2018 13:18:08 -0500
4 Subject: [PATCH] Remove l2arc_nocompress from zfs-module-parameters(5)
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Parameter was removed in d3c2ae1c0806
10 (OpenZFS 6950 - ARC should cache compressed data)
11
12 Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
13 Signed-off-by: DHE <git@dehacked.net>
14 Closes #7043
15 (cherry picked from commit 2a7b736dcea1abad62cceb36947e757b98c0e330)
16 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
17 ---
18 man/man5/zfs-module-parameters.5 | 11 -----------
19 1 file changed, 11 deletions(-)
20
21 diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5
22 index 4c957029d..19e6becfd 100644
23 --- a/man/man5/zfs-module-parameters.5
24 +++ b/man/man5/zfs-module-parameters.5
25 @@ -96,17 +96,6 @@ successfully compressed before writing. A value of 100 disables this feature.
26 Default value: \fB200\fR.
27 .RE
28
29 -.sp
30 -.ne 2
31 -.na
32 -\fBl2arc_nocompress\fR (int)
33 -.ad
34 -.RS 12n
35 -Skip compressing L2ARC buffers
36 -.sp
37 -Use \fB1\fR for yes and \fB0\fR for no (default).
38 -.RE
39 -
40 .sp
41 .ne 2
42 .na
43 --
44 2.14.2
45