Cast 'zfs bad bloc' to ULL for x86
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 5 Feb 2013 00:35:54 +0000 (16:35 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 5 Feb 2013 00:39:08 +0000 (16:39 -0800)
commitdd26aa535b395735ca61ea2a3e618aded45eb05e
treea2379a3043dad2e97aa9c5c427ae3203a37ea243
parenta31770283a682384f477e864628d5a1a975c60ff
Cast 'zfs bad bloc' to ULL for x86

Explicitly case this value to an unsigned long long for 32-bit
systems to inform the compiler that a long type should not be
used.  Otherwise we get the following compiler error:

  dmu_send.c:376: error: integer constant is too large for
  ‘long’ type

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/dmu_send.c