Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordered extent
authorChris Mason <chris.mason@oracle.com>
Wed, 23 Jul 2008 13:26:26 +0000 (09:26 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:05 +0000 (11:04 -0400)
commit9ba4611a3a7902c6bad70c5c205de5161fcfc17b
tree6e4032526a727935600439fb8791a864218d7124
parented98b56a6393c5e150fd5095b9eb7fd7d3cfb041
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 <chris.mason@oracle.com>
fs/btrfs/ordered-data.h