aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xarray.c
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <[email protected]>2020-08-02 18:17:21 +0000
committerMatthew Wilcox (Oracle) <[email protected]>2020-10-13 12:41:26 +0000
commitca7b639e8611b3260a30b18aaa0d6db9c80a75ef (patch)
tree2cbbfb3b1f50df40778a0d9d7c748aada857c743 /lib/xarray.c
parentXArray: Add private interface for workingset node deletion (diff)
downloadkernel-ca7b639e8611b3260a30b18aaa0d6db9c80a75ef.tar.gz
kernel-ca7b639e8611b3260a30b18aaa0d6db9c80a75ef.zip
XArray: Fix xas_reload for multi-index entries
xas_reload() was only checking that the head entry was still at the head index. If the entry has been split, that's not enough as there may be a different entry at the specified index now. Solve this by checking the slot for the requested index instead of the head index. Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Diffstat (limited to 'lib/xarray.c')
0 files changed, 0 insertions, 0 deletions