diff --git a/[refs] b/[refs] index 7ee2823b10b5..b30fe27311cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5b947f1ba959d4b19068f687ecd39900d1eea1aa +refs/heads/master: fe5fafbebd7e648aa6cb0a419dc812188b4d4ac8 diff --git a/trunk/fs/btrfs/inode.c b/trunk/fs/btrfs/inode.c index d1e3a2d15f91..60ec7589900c 100644 --- a/trunk/fs/btrfs/inode.c +++ b/trunk/fs/btrfs/inode.c @@ -5036,12 +5036,6 @@ static int btrfs_mknod(struct inode *dir, struct dentry *dentry, goto out_unlock; } - err = btrfs_update_inode(trans, root, inode); - if (err) { - drop_inode = 1; - goto out_unlock; - } - /* * If the active LSM wants to access the inode during * d_instantiate it needs these. Smack checks to see