Btrfs: update directory's size when creating subvol/snapshot
[linux-2.6-block.git] / fs / btrfs / ioctl.c
index 150784e936e6cb1da1e7f63200a5e9ebe069d6f0..ba484aac1b9c38a6ea8942bf15d0f11cc9d47b41 100644 (file)
@@ -147,6 +147,10 @@ static noinline int create_subvol(struct btrfs_root *root,
        if (ret)
                goto fail;
 
+       btrfs_i_size_write(dir, dir->i_size + namelen * 2);
+       ret = btrfs_update_inode(trans, root, dir);
+       BUG_ON(ret);
+
        /* add the backref first */
        ret = btrfs_add_root_ref(trans, root->fs_info->tree_root,
                                 objectid, BTRFS_ROOT_BACKREF_KEY,