Module Name: src
Committed By: rin
Date: Wed Oct 2 01:56:02 UTC 2024
Modified Files:
src/sys/external/bsd/common/include/linux: bitops.h
Log Message:
linux/bitops: Fix overestimate for BITS_TO_LONGS(9)
Fortunately, this seems harmless except for allocating
excessive buffer memory.
Pointed out by nonaka@, OK riastradh@.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/external/bsd/common/include/linux/bitops.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.