Skip to content

Commit

Permalink
Btrfs: remove unneeded btrfs_start_delalloc_inodes call
Browse files Browse the repository at this point in the history
It is called by btrfs_sync_fs.

Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
Sage Weil authored and Chris Mason committed Dec 2, 2008
1 parent 6e3ad88 commit 1ffa4f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,6 @@ long btrfs_ioctl(struct file *file, unsigned int
case BTRFS_IOC_TRANS_END:
return btrfs_ioctl_trans_end(file);
case BTRFS_IOC_SYNC:
btrfs_start_delalloc_inodes(root);
btrfs_sync_fs(file->f_dentry->d_sb, 1);
return 0;
}
Expand Down

0 comments on commit 1ffa4f4

Please sign in to comment.