freebsd-nq/usr.sbin/makefs
Konstantin Belousov 65990b68a2 msdosfs: clusterfree() is used only in error handling cases
Change its return type to void, because its result is ignored in both
call sites.  Remove oldcnp argument as well, it is NULL always.

Suggested and reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D33721
2022-01-08 05:41:44 +02:00
..
cd9660
ffs ufs: Rework shortlink handling to avoid subobject overflows 2022-01-02 20:55:36 +00:00
msdos msdosfs: clusterfree() is used only in error handling cases 2022-01-08 05:41:44 +02:00
sys Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
tests
cd9660.c
cd9660.h
ffs.c ufs: Rework shortlink handling to avoid subobject overflows 2022-01-02 20:55:36 +00:00
ffs.h Allocate extra inodes in makefs when leaving free space in UFS images. 2021-04-06 13:43:29 -04:00
Makefile
Makefile.depend
makefs.8 Allocate extra inodes in makefs when leaving free space in UFS images. 2021-04-06 13:43:29 -04:00
makefs.c
makefs.h
msdos.c makefs: remove set but not used variables 2021-11-21 21:21:34 -05:00
msdos.h Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
mtree.c makefs: Ignore the "tags" keyword in mtree manifests 2021-03-23 14:38:40 -04:00
walk.c