Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 6d7cd8c1 authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

dax: Remove optimisation from dax_lock_mapping_entry


Skipping some of the revalidation after we sleep can lead to returning
a mapping which has already been freed.  Just drop this optimisation.

Reported-by: default avatarDan Williams <dan.j.williams@intel.com>
Fixes: 9f32d221

 ("dax: Convert dax_lock_mapping_entry to XArray")
Signed-off-by: default avatarMatthew Wilcox <willy@infradead.org>
parent 5404a7f1
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