HomeFreeBSD

ext2fs: Cleanup variable assignments for extents.

Description

ext2fs: Cleanup variable assignments for extents.

Delay the initialization of variables until the are needed.

In the case of ext4_ext_rm_leaf(), make sure 'error' value is not
undefined.

Reported by: Clang's static analyzer
Differential Revision: https://reviews.freebsd.org/D14193

Details

Provenance
pfgAuthored on
Differential Revision
D14193: ext2fs: Tidy ups for variable assignment.
Parents
rS328881: zfs: move a utility function, ioflags, closer to its consumers
Branches
Unknown
Tags
Unknown