diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 81ba6654c332..9e81f3184f24 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -3624,9 +3624,6 @@ static struct inode *btrfs_new_inode(struct btrfs_trans_handle *trans, | |||
3624 | if (ret != 0) | 3624 | if (ret != 0) |
3625 | goto fail; | 3625 | goto fail; |
3626 | 3626 | ||
3627 | if (objectid > root->highest_inode) | ||
3628 | root->highest_inode = objectid; | ||
3629 | |||
3630 | inode->i_uid = current_fsuid(); | 3627 | inode->i_uid = current_fsuid(); |
3631 | 3628 | ||
3632 | if (dir && (dir->i_mode & S_ISGID)) { | 3629 | if (dir && (dir->i_mode & S_ISGID)) { |