]> git.baikalelectronics.ru Git - kernel.git/commit
XArray: Fix split documentation
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 10 Oct 2020 15:17:44 +0000 (11:17 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 30 Mar 2021 17:42:33 +0000 (13:42 -0400)
commitd01d48942133a9d2c67f161721be8743a746ef9d
tree6213f469c529a0b7cb724f57fbebb396723fdc23
parent51de326a1efd62e660b50a82546f32ab3f49f896
XArray: Fix split documentation

I wrote the documentation backwards; the new order of the entry is stored
in the xas and the caller passes the old entry.

Reported-by: Zi Yan <ziy@nvidia.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
lib/xarray.c