From: Miao Xie Date: Thu, 24 May 2012 10:58:27 +0000 (+0800) Subject: Btrfs: fix the same inode id problem when doing auto defragment X-Git-Tag: v3.5-rc1~17^2~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762f2263260d576504aeb23d20f90120acdb025f;p=pandora-kernel.git Btrfs: fix the same inode id problem when doing auto defragment Two files in the different subvolumes may have the same inode id, so The rb-tree which is used to manage the defragment object must take it into account. This patch fix this problem. Signed-off-by: Miao Xie --- Reading git-diff-tree failed