|
@@ -4501,6 +4501,7 @@ static struct inode *btrfs_new_inode(struct btrfs_trans_handle *trans,
|
|
|
BTRFS_I(inode)->index_cnt = 2;
|
|
BTRFS_I(inode)->index_cnt = 2;
|
|
|
BTRFS_I(inode)->root = root;
|
|
BTRFS_I(inode)->root = root;
|
|
|
BTRFS_I(inode)->generation = trans->transid;
|
|
BTRFS_I(inode)->generation = trans->transid;
|
|
|
|
|
+ inode->i_generation = BTRFS_I(inode)->generation;
|
|
|
btrfs_set_inode_space_info(root, inode);
|
|
btrfs_set_inode_space_info(root, inode);
|
|
|
|
|
|
|
|
if (mode & S_IFDIR)
|
|
if (mode & S_IFDIR)
|