"arch/arm/git@git.tuxist.de:jan.koester/linux.git" did not exist on "1b75c1934a65df63cec158e6af47cf85b34dfcdd"
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:
Al Viro <viro@zeniv.linux.org.uk>
Loading
Please sign in to comment