Skip to content

Commit

Permalink
XArray: Fix incorrect comment in header file
Browse files Browse the repository at this point in the history
256 means Retry entry and 257 means Zero entry,
so fix it.

Signed-off-by: Chengguang Xu <[email protected]>
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
  • Loading branch information
cgxu519 authored and Matthew Wilcox (Oracle) committed Jan 31, 2020
1 parent c36d451 commit 24a448b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/xarray.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24a448b

Please sign in to comment.