commit | 6527cdbe68a27a2ee745f36d001aa32d0f46f370 | [log] [tgz] |
---|---|---|
author | Zheng Yan <zheng.yan@oracle.com> | Fri Sep 05 16:43:53 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:07 2008 -0400 |
tree | 2525855633856050a854cabd6dc46b3c955d3b40 | |
parent | b214107eda845f9a5851ae198f5b972e0dc30c45 [diff] |
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 <chris.mason@oracle.com>