Skip to content
Commit e63b6a6c authored by Joel Becker's avatar Joel Becker Committed by Chris Mason
Browse files

Btrfs: Fix a trivial warning using max() of u64 vs ULL.



A small warning popped up on ia64 because inode-map.c was comparing a
u64 object id with the ULL FIRST_FREE_OBJECTID.  My first thought was
that all the OBJECTID constants should contain the u64 cast because
btrfs code deals entirely in u64s.  But then I saw how large that was,
and figured I'd just fix the max() call.

Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 45c06543
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment