On Thu, Aug 22, 2024 at 10:57:36AM +0800, Yuesong Li wrote: > list_entry() will never return a NULL pointer, thus remove the > check. Oh, nice catch! I bet there are lots of other places this happens in the tree as well.
On Thu, Aug 22, 2024 at 10:57:36AM +0800, Yuesong Li wrote: > list_entry() will never return a NULL pointer, thus remove the > check. Oh, nice catch! I bet there are lots of other places this happens in the tree as well.