From: Chris Mason Date: Wed, 23 Jul 2008 13:26:26 +0000 (-0400) Subject: Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordered extent X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba4611a3a7902c6bad70c5c205de5161fcfc17b;p=pandora-kernel.git Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordered extent The ordered extents have to fit in memory, so an unsigned long is sufficient. Signed-off-by: Chris Mason --- Reading git-diff-tree failed