DragonFly BSD
DragonFly commits List (threaded) for 2010-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - dm_crypt - Pre-zero control structures, disable B_HASBOGUS handling


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 15 Aug 2010 08:26:03 -0700 (PDT)

commit c98abe57bfd218907c4a69bad6686b318bc8f5dc
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sun Aug 15 08:24:13 2010 -0700

    kernel - dm_crypt - Pre-zero control structures, disable B_HASBOGUS handling
    
    * Don't take any chances, pre-zero control structures and make sure the
      dmtc is completely initialized.
    
    * Comment out the B_HASBOGUS read-decrypt bogus_page handling code.
      It doesn't work yet and it turns out that it might not even be
      necessary because the decrypter works on 512-byte sub blocks.

Summary of changes:
 sys/dev/disk/dm/dm_target_crypt.c |   67 +++++++++++++++++++++++++++---------
 1 files changed, 50 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c98abe57bfd218907c4a69bad6686b318bc8f5dc


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]