From: Joel Becker Date: Tue, 21 Apr 2009 19:38:30 +0000 (-0700) Subject: Btrfs: Fix a trivial warning using max() of u64 vs ULL. X-Git-Tag: v2.6.30-rc4~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e63b6a6c0ffa2ebd8617cc1a10969000296831aa;p=pandora-kernel.git 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: Joel Becker Signed-off-by: Chris Mason --- Reading git-diff-tree failed