OSDN Git Service

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)
commit12efebab09e383bf366bec323bd296b7d90e1c43
tree6213f469c529a0b7cb724f57fbebb396723fdc23
parent17860ccabff533748c85ea32904abd6bae990099
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