git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
871383b
)
Btrfs: retrurn void from clear_state_bit
author
Li Zefan
<lizf@cn.fujitsu.com>
Mon, 12 Mar 2012 08:39:28 +0000
(16:39 +0800)
committer
David Sterba
<dsterba@suse.cz>
Wed, 18 Apr 2012 17:22:16 +0000
(19:22 +0200)
Currently it returns a set of bits that were cleared, but this return
value is not used at all.
Moreover it doesn't seem to be useful, because we may clear the bits
of a few extent_states, but only the cleared bits of last one is
returned.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
fs/btrfs/extent_io.c
patch
|
blob
|
history
diff --cc
fs/btrfs/extent_io.c
Simple merge