erofs-utils: lib: remove unneeded NULL checks
authorJingbo Xu <jefflexu@linux.alibaba.com>
Sat, 9 Sep 2023 16:32:28 +0000 (00:32 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Mon, 11 Sep 2023 03:22:05 +0000 (11:22 +0800)
commitff3e9304453e42ac481410b5dcc2026b57131b1f
tree51fb5551c95bd86a6e072716d46c1202286d289b
parent14c4c9cb18a7ac01cf3bf02743daf777b3f5fa82
erofs-utils: lib: remove unneeded NULL checks

get_xattritem() will in no way return NULL.  Use DBG_BUGONs instead.

Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230909163240.42057-2-hsiangkao@linux.alibaba.com
lib/xattr.c