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:
1b303fc
)
Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_extent_pages
author
Wang Sheng-Hui
<shhuiw@gmail.com>
Fri, 6 Apr 2012 06:35:31 +0000
(14:35 +0800)
committer
Josef Bacik
<josef@redhat.com>
Fri, 11 May 2012 14:56:38 +0000
(10:56 -0400)
num_extent_pages returns the number of pages in the specific range, not
the index of the last page in the eb range.
btrfs_release_extent_buffer_page is called with start_idx set 0 in current
codes, so it's not a problem yet. But the logic is indeed wrong.
Fix it here.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
fs/btrfs/extent_io.c
patch
|
blob
|
history
diff --cc
fs/btrfs/extent_io.c
Simple merge