Re: [PATCH] fuse: Use NULL instead of 0 for pointer
From: Miklos Szeredi
Date: Wed Jun 10 2026 - 07:45:14 EST
On Wed, 20 May 2026 at 05:18, Dongyang Jin <jindongyang@xxxxxxxxxx> wrote:
>
> Pointers should use NULL instead of explicit '0', as pointed out by sparse:
>
> fs/fuse/dev.c:2151:48: Using plain integer as NULL pointer
Thanks, folded patch into original.
Miklos