]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: cleanup extent_clear_unlock_delalloc flags
authorChris Mason <chris.mason@oracle.com>
Thu, 8 Oct 2009 15:27:10 +0000 (11:27 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 8 Oct 2009 19:11:49 +0000 (15:11 -0400)
commit83356134fede36cec7ab677d301dcdb484ec6d61
treef03b99451619c0425f3c93fbef3940c2b08c1bd3
parent09e9ec2caa4a1077ae96eee0c3c95da67a51c786
Btrfs: cleanup extent_clear_unlock_delalloc flags

extent_clear_unlock_delalloc has a growing set of ugly parameters
that is very difficult to read and maintain.

This switches to a flag field and well named flag defines.

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