]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: fix sparse warnings
authorTheodore Ts'o <tytso@mit.edu>
Sat, 14 Aug 2021 14:41:30 +0000 (10:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 14 Aug 2021 14:41:30 +0000 (10:41 -0400)
commit5e5a0c7ce6fe6313402a5fa1d7fe3cd218b20d20
tree08ac57691e3c7af92e9d61a4d0bddb9c3590e786
parentd7d6785de00f5b576c8b370331e2ca18259d3797
ext4: fix sparse warnings

Add sparse annotations to suppress false positive context imbalance
warnings, and use NULL instead of 0 in EXT_MAX_{EXTENT,INDEX}.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4_extents.h
fs/ext4/mballoc.c