dect
/
linux-2.6
Archived
13
0
Fork 0

Btrfs: remove unneeded btrfs_start_delalloc_inodes call

It is called by btrfs_sync_fs.

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2008-12-02 09:53:09 -05:00 committed by Chris Mason
parent 6e3ad88729
commit 1ffa4f426c
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}