[PATCH] Fix a BUG in try_to_unmap()
try_to_unmap() dies if the to-be-unmapped page has a non-NULL ->mapping. But the preceding logic in shrink_cache() forgot about the rarely-occurring pages which have buffers and no ->mapping.
Showing
Please register or sign in to comment