kernel - Fix iv sector mush in dm_target_crypt for offsets >= 1TB
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 20 Aug 2010 21:52:58 +0000 (14:52 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 20 Aug 2010 21:52:58 +0000 (14:52 -0700)
commitff4a7c8b1654c9ea08757bf9b51aad3c01379fc1
treeb4caa0699be001520eea6b281fead2c5e4f9d7b6
parenta79f55e03325d2294bcc475dc7a7a55a3c910e9c
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.
sys/dev/disk/dm/dm_target_crypt.c