commit | 762f2263260d576504aeb23d20f90120acdb025f | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Thu May 24 18:58:27 2012 +0800 |
committer | Josef Bacik <josef@redhat.com> | Wed May 30 10:23:38 2012 -0400 |
tree | 9f6e426d359faf438775df1d1cc5a59a4924478f | |
parent | 2adcac1a7331d93a17285804819caa96070b231f [diff] |
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 <miaox@cn.fujitsu.com>