commit | 9ba4611a3a7902c6bad70c5c205de5161fcfc17b | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Jul 23 09:26:26 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:05 2008 -0400 |
tree | 6e4032526a727935600439fb8791a864218d7124 | |
parent | ed98b56a6393c5e150fd5095b9eb7fd7d3cfb041 [diff] |
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>