]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ufs: replace 0 with NULL for pointers.
authorpfg <pfg@FreeBSD.org>
Sun, 10 Apr 2016 21:48:11 +0000 (21:48 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 10 Apr 2016 21:48:11 +0000 (21:48 +0000)
commit858f336801b9b036dd48c5e5d8f38c3441aa5686
tree929f398725ded2ca76272a013624574c617ca748
parent6e91d78151e10ed31c475cafe6a1e1f11950c1d9
ufs: replace 0 with NULL for pointers.

While here also do late initialization of the variables we are
changing.

Found with devel/coccinelle.

Reviewed by: mckusick
MFC after: 2 weeks
sys/ufs/ffs/ffs_alloc.c
sys/ufs/ffs/ffs_snapshot.c
sys/ufs/ffs/ffs_softdep.c
sys/ufs/ufs/ufs_lookup.c