Btrfs: fix type mismatch in find_free_extent()
authorIlya Dryomov <idryomov@gmail.com>
Sat, 18 Jun 2011 20:26:38 +0000 (20:26 +0000)
committerChris Mason <chris.mason@oracle.com>
Sat, 25 Jun 2011 13:31:06 +0000 (09:31 -0400)
data parameter should be u64 because a full-sized chunk flags field is
passed instead of 0/1 for distinguishing data from metadata.  All
underlying functions expect u64.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found