On Tue, Jun 26, 2012 at 11:59:09AM +0800, Liu Bo wrote: > When we're evicting an inode during log recovery, we need to ensure that the > inode > is not in orphan state any more, which means inode's run_time flags has _no_ > BTRFS_INODE_HAS_ORPHAN_ITEM. Thus, the BUG_ON was triggered because of a > wrong > check for the flags.
Right. I looked into the original commit 8a35d95ff4680a45, this was the only case where the conversion to the atomics was reversed. Thanks for the quick fix! Patch should go to 3.5-rc > > Signed-off-by: Liu Bo <[email protected]> Reviewed-by: David Sterba <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
