git: kernel - Fix iv sector mush in dm_target_crypt for offsets >= 1TB
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Aug 20 14:55:31 PDT 2010
commit ff4a7c8b1654c9ea08757bf9b51aad3c01379fc1
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Aug 20 14:52:58 2010 -0700
kernel - Fix iv sector mush in dm_target_crypt for offsets >= 1TB
* The linux code uses a 64-bit sector number for iv generation, so we
have to as well.
Summary of changes:
sys/dev/disk/dm/dm_target_crypt.c | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ff4a7c8b1654c9ea08757bf9b51aad3c01379fc1
--
DragonFly BSD source repository
More information about the Commits
mailing list