[PATCH] Btrfs: cleanup arguments to extent_clear_unlock_delalloc

2013-07-29 Thread Josef Bacik
This patch removes the io_tree argument for extent_clear_unlock_delalloc since we always use BTRFS_I(inode)-io_tree, and it separates out the extent tree operations from the page operations. This way we just pass in the extent bits we want to clear and then pass in the operations we want done to

Re: [PATCH] Btrfs: cleanup arguments to extent_clear_unlock_delalloc

2013-07-29 Thread Miao Xie
On mon, 29 Jul 2013 11:23:00 -0400, Josef Bacik wrote: This patch removes the io_tree argument for extent_clear_unlock_delalloc since we always use BTRFS_I(inode)-io_tree, and it separates out the extent tree operations from the page operations. This way we just pass in the extent bits we