看板 DFBSD_commit 關於我們 聯絡資訊
commit ff4a7c8b1654c9ea08757bf9b51aad3c01379fc1 Author: Matthew Dillon <dillon@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