Skip to content
Commit 267309f3 authored by Al Viro's avatar Al Viro
Browse files

ufs_get_locked_page(): make sure we have buffer_heads



callers rely upon that, but find_lock_page() racing with attempt of
page eviction by memory pressure might have left us with
	* try_to_free_buffers() successfully done
	* __remove_mapping() failed, leaving the page in our mapping
	* find_lock_page() returning an uptodate page with no
buffer_heads attached.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c596961d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment