git: hammer2 - Fix bug in comp:autozero mode

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 19 01:45:18 PDT 2017


commit 2be7e5ab8c5bf14ec4d9e2ae7880cdc55c8f41f8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Aug 19 01:08:30 2017 -0700

    hammer2 - Fix bug in comp:autozero mode
    
    * comp:autozero mode did not properly set the check code in the live
      de-dup case, resulting in I/O errors later on.
    
    * Fixes issues installing /boot (newfs_hammer2 on an 'a' partition uses
      comp:autozero by default in order to disable compression, so the boot
      loader can read the files without needing decompression code).

Summary of changes:
 sys/vfs/hammer2/hammer2_strategy.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2be7e5ab8c5bf14ec4d9e2ae7880cdc55c8f41f8


-- 
DragonFly BSD source repository



More information about the Commits mailing list