From: Zheng Yan Date: Fri, 5 Sep 2008 20:43:53 +0000 (-0400) Subject: Btrfs: Update find free objectid function for orphan cleanup code X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6527cdbe68a27a2ee745f36d001aa32d0f46f370;p=pandora-kernel.git Btrfs: Update find free objectid function for orphan cleanup code Orphan items use BTRFS_ORPHAN_OBJECTID (-5UUL) as key objectid. This affects the find free objectid functions, inode objectid can easily overflow after orphan file cleanup. --- Signed-off-by: Chris Mason --- Reading git-diff-tree failed