aboutsummaryrefslogtreecommitdiff
path: root/include/linux/xarray.h
diff options
context:
space:
mode:
authorGravatar Chengguang Xu <cgxu519@mykernel.net> 2019-12-06 18:29:03 +0800
committerGravatar Matthew Wilcox (Oracle) <willy@infradead.org> 2020-01-31 15:09:49 -0500
commit24a448b165253b6f2ab1e0bcdba9a733007681d6 (patch)
tree97a3bca882708930df2e11782a63d462e6aee141 /include/linux/xarray.h
parentXArray: Fix xas_pause for large multi-index entries (diff)
downloadlinux-24a448b165253b6f2ab1e0bcdba9a733007681d6.tar.gz
linux-24a448b165253b6f2ab1e0bcdba9a733007681d6.tar.bz2
linux-24a448b165253b6f2ab1e0bcdba9a733007681d6.zip
XArray: Fix incorrect comment in header file
256 means Retry entry and 257 means Zero entry, so fix it. Signed-off-by: Chengguang Xu <cgxu519@mykernel.net> Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'include/linux/xarray.h')
-rw-r--r--include/linux/xarray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/xarray.h b/include/linux/xarray.h
index f73e1775ded0..a491653d8882 100644
--- a/include/linux/xarray.h
+++ b/include/linux/xarray.h
@@ -32,8 +32,8 @@
* The following internal entries have a special meaning:
*
* 0-62: Sibling entries
- * 256: Zero entry
- * 257: Retry entry
+ * 256: Retry entry
+ * 257: Zero entry
*
* Errors are also represented as internal entries, but use the negative
* space (-4094 to -2). They're never stored in the slots array; only