Suggested by: imp
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 32138 Build 29649: arc lint + arc unit
Event Timeline
| sbin/newfs_msdos/mkfs_msdos.c | ||
|---|---|---|
| 842–845 | It seems like this API could just be size_t given the way it is used and defined. | |
Comment Actions
Actually assert chunksize > MAXBPS;
Use int for intermediate chunksize as the sysctl is defined as
SYSCTL_INT.
| sbin/newfs_msdos/mkfs_msdos.c | ||
|---|---|---|
| 43 | all else being equal, put in alpha order? | |