]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: remove repeated sanity checks from mas_wr_append()
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Fri, 19 Jan 2024 04:33:12 +0000 (20:33 -0800)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Sat, 20 Apr 2024 01:40:09 +0000 (21:40 -0400)
commit04d696fe1825d87be02c5160bd85165289bbd711
treed094458d2693f44de12a54875ac53a3abec8207a
parent18eb1232819bf0885ff1148046a0daaac136cb56
maple_tree: remove repeated sanity checks from mas_wr_append()

These sanity checks are now redundant as they are already checked in
mas_wr_store_type(). We can remove them from mas_wr_append().

Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
lib/maple_tree.c