summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:59:53 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-25 20:59:53 -0700
commit5c172b03854886d30841d3c1e1a788d3b0569d7d (patch)
tree7eba6203e7582e55717ece286f242a03df4b699c
parente0d2807895449bb62198a806692b9232b10a2537 (diff)
download25-new-5c172b03854886d30841d3c1e1a788d3b0569d7d.tar.gz
foo
-rw-r--r--txt/lib-xarray-introduce-a-new-helper-xas_get_order.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/txt/lib-xarray-introduce-a-new-helper-xas_get_order.txt b/txt/lib-xarray-introduce-a-new-helper-xas_get_order.txt
index 43c9fd3b6..6badeada5 100644
--- a/txt/lib-xarray-introduce-a-new-helper-xas_get_order.txt
+++ b/txt/lib-xarray-introduce-a-new-helper-xas_get_order.txt
@@ -11,6 +11,8 @@ xas_get_order with EXPORT_SYMBOL_GPL.
Also fix a sparse warning by checking the slot value with xa_entry instead
of accessing it directly, as suggested by Matthew Wilcox.
+[kasong@tencent.com: simplify comment, sparse warning fix, per Matthew Wilcox]
+ Link: https://lkml.kernel.org/r/20240416071722.45997-4-ryncsn@gmail.com
Link: https://lkml.kernel.org/r/20240415171857.19244-4-ryncsn@gmail.com
Signed-off-by: Kairui Song <kasong@tencent.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>