btrfs_create, btrfs_write_super, btrfs_sync_fs
[deliverable/linux.git] / fs / btrfs / root-tree.c
index a4554c007ef752fd3e56867192ff2e8bc0bc7bd7..a821b5d1e233e6f84d6ecf4ef8704699b1cf75cf 100644 (file)
@@ -55,6 +55,7 @@ int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root
        slot = path.slots[0];
        memcpy(btrfs_item_ptr(l, slot, struct btrfs_root_item), item,
                sizeof(*item));
+       mark_buffer_dirty(path.nodes[0]);
 out:
        btrfs_release_path(root, &path);
        return ret;
This page took 0.024204 seconds and 5 git commands to generate.