“cd0f0b95fd2cd2b716caf5f15db73ab76992789b”上不存在“net/git@gitcode.net:openanolis/cloud-kernel.git”
-
由 Filipe Manana 提交于
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: NFilipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: NChris Mason <clm@fb.com>
6fdef6d4