-
由 Matthew Wilcox (Oracle) 提交于
If you call xas_find() with the initial index > max, it should have returned NULL but was returning the entry at index. Signed-off-by: NMatthew Wilcox (Oracle) <willy@infradead.org> Cc: stable@vger.kernel.orgc44aa5e8
If you call xas_find() with the initial index > max, it should have
returned NULL but was returning the entry at index.
Signed-off-by: NMatthew Wilcox (Oracle) <willy@infradead.org>
Cc: stable@vger.kernel.org