summaryrefslogtreecommitdiffstats
path: root/Documentation/memory-devices
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@gmail.com>2014-06-05 14:22:26 +0200
committerChris Mason <clm@fb.com>2014-06-10 02:21:14 +0200
commit6fdef6d43cb897bcbbed13786e8cc8cccabc442a (patch)
treeaf3ecf8a8ffe78f736ac7257946f2174f2262664 /Documentation/memory-devices
parentBtrfs: make sure we retry if page is a retriable exception (diff)
downloadlinux-6fdef6d43cb897bcbbed13786e8cc8cccabc442a.tar.xz
linux-6fdef6d43cb897bcbbed13786e8cc8cccabc442a.zip
Btrfs: don't release invalid page in btrfs_page_exists_in_range()
In inode.c:btrfs_page_exists_in_range(), if the page we got from the radix tree is an exception entry, which can't be retried, we exit the loop with a non-NULL page and then call page_cache_release against it, which is not ok since it's not a valid page. This could also make us return true when we shouldn't. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'Documentation/memory-devices')
0 files changed, 0 insertions, 0 deletions