]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent
authorKemeng Shi <shikemeng@huaweicloud.com>
Fri, 13 Dec 2024 12:25:23 +0000 (20:25 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 25 Jan 2025 06:47:28 +0000 (22:47 -0800)
commit13fd5cf37456620b57106dbfa89c5aad5f195343
treea45734354f3ff5a797c93eda3b4962da87792f86
parent1988b318b32d3a0260e05bf6643990230df35843
Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent

Besides xas_squash_marks(), all functions use xa_mark_t type to iterate
all possible marks.  Use xa_mark_t in xas_squash_marks() to keep code
consistent.

Link: https://lkml.kernel.org/r/20241213122523.12764-6-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Cc: Mattew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/xarray.c