diff options
author | Matthew Wilcox <willy@infradead.org> | 2019-02-20 11:51:22 -0500 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2019-02-20 17:08:54 -0500 |
commit | 962033d55d0761e0716a01a715c6659c8c8dfc41 (patch) | |
tree | 436d84076c3e16836a59efe46b75d2900a560add /Documentation | |
parent | b38f6c50270683abf35a388f82cafecce971a003 (diff) | |
download | linux-962033d55d0761e0716a01a715c6659c8c8dfc41.tar.gz linux-962033d55d0761e0716a01a715c6659c8c8dfc41.tar.bz2 linux-962033d55d0761e0716a01a715c6659c8c8dfc41.zip |
XArray: Use xa_cmpxchg to implement xa_reserve
Jason feels this is clearer, and it saves a function and an exported
symbol.
Suggested-by: Jason Gunthorpe <jgg@ziepe.ca>
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/core-api/xarray.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/core-api/xarray.rst b/Documentation/core-api/xarray.rst index c7436da5c4ad..ef6f9f98f595 100644 --- a/Documentation/core-api/xarray.rst +++ b/Documentation/core-api/xarray.rst @@ -215,7 +215,6 @@ Assumes xa_lock held on entry: * :c:func:`__xa_erase` * :c:func:`__xa_cmpxchg` * :c:func:`__xa_alloc` - * :c:func:`__xa_reserve` * :c:func:`__xa_set_mark` * :c:func:`__xa_clear_mark` |