]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: cleanup arguments to extent_clear_unlock_delalloc
authorJosef Bacik <jbacik@fusionio.com>
Mon, 29 Jul 2013 15:20:47 +0000 (11:20 -0400)
committerChris Mason <chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:04:38 +0000 (08:04 -0400)
commit8cae129f62f6ab136c3c6f8d9ad98e89e6acec23
tree60e3b32889e7a7368a11ed80ca233d638ea245d7
parent3b29c303f128a5602aed54b68eb92bc21c203005
Btrfs: cleanup arguments to extent_clear_unlock_delalloc

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 the pages.
This is because I'm going to fix what extent bits we clear in some cases and
rather than add a bunch of new flags we'll just use the actual extent bits we
want to clear.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c