On Wed, 17 Apr 2024 21:10:40 +0300, Dan Carpenter wrote: > Smatch complains "err" can be uninitialized in the caller. > > fs/ext4/indirect.c:349 ext4_alloc_branch() > error: uninitialized symbol 'err'. > > Set the error to zero on the success path. > > [...] Applied, thanks! [1/1] ext4: fix potential unnitialized variable commit: 3f4830abd236d0428e50451e1ecb62e14c365e9b Best regards, -- Theodore Ts'o <tytso@xxxxxxx>