btrfs_create, btrfs_write_super, btrfs_sync_fs
[deliverable/linux.git] / fs / btrfs / inode-map.c
index c45aec258bd57c89e9164cb403466d9b455b138a..ad2d375b830d476baf4db95ede107a66de65c11c 100644 (file)
@@ -108,6 +108,7 @@ int btrfs_insert_inode_map(struct btrfs_trans_handle *trans,
        inode_item = btrfs_item_ptr(btrfs_buffer_leaf(path.nodes[0]),
                                    path.slots[0], struct btrfs_inode_map_item);
        btrfs_cpu_key_to_disk(&inode_item->key, location);
+       mark_buffer_dirty(path.nodes[0]);
 out:
        btrfs_release_path(inode_root, &path);
        return ret;
This page took 0.024417 seconds and 5 git commands to generate.