properly reset block cache on free
authorChris Mason <chris.mason@oracle.com>
Wed, 14 Mar 2007 13:20:39 +0000 (09:20 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Wed, 14 Mar 2007 13:20:39 +0000 (09:20 -0400)
extent-tree.c

index 21f39b4..7f156d9 100644 (file)
@@ -182,7 +182,7 @@ static int __free_extent(struct btrfs_root *root, u64 blocknr, u64 num_blocks)
                }
                ret = btrfs_del_item(extent_root, &path);
                if (root != extent_root &&
-                   extent_root->last_insert.objectid < blocknr)
+                   extent_root->last_insert.objectid > blocknr)
                        extent_root->last_insert.objectid = blocknr;
                if (ret)
                        BUG();