]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: skip states when they does not contain bits to clear
authorLiu Bo <liubo2009@cn.fujitsu.com>
Thu, 16 Feb 2012 10:34:37 +0000 (18:34 +0800)
committerDavid Sterba <dsterba@suse.cz>
Thu, 16 Feb 2012 16:23:17 +0000 (17:23 +0100)
commitfaf40ffa1272dedc9c42afce14e4620772ad01b1
tree8c651bb7aad7c0529098c46b2dca9a7f02a282f9
parent4d72d7a803b6dbf310ca294ba5f61aabd1485e4e
Btrfs: skip states when they does not contain bits to clear

Clearing a range's bits is different with setting them, since we don't
need to touch them when states do not contain bits we want.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
fs/btrfs/extent_io.c