zfs_arc: Fix skipping of leading lines
authorJan-Philipp Litza <janphilipp@litza.de>
Fri, 9 Aug 2019 20:06:56 +0000 (22:06 +0200)
committerJan-Philipp Litza <janphilipp@litza.de>
Fri, 9 Aug 2019 20:09:53 +0000 (22:09 +0200)
commit0cc3044fa6ecab59ad20be0504651e3f7f62006a
treed6f24e09e519c8acee205a1da1475ae72a457d9c
parent92b7885af6e2de7f0c25a861c456624e75a94cf9
zfs_arc: Fix skipping of leading lines

Probably due to a merge gone wrong, the first two lines were skipped
twice, skipping four lines in total and thus missing the "hits" and
"misses" counts.
src/zfs_arc.c