[PATCH 08/15] Use spufs_coredump_num_notes everywhere, and don't NULL terminate

Arnd Bergmann arnd at arndb.de
Wed Sep 12 18:55:39 EST 2007


On Wednesday 12 September 2007, Michael Ellerman wrote:
> The spufs_coredump_read array is NULL terminated, and we also store the size.
> We only need one or the other, and storing the size should save a teensy bit
> of memory vs NULL terminating, so do that.

Given that we have another array in there with almost the same contents
and that is NULL terminated, I'd vote for doing it the other way and also
use NULL-termination instead of the count here.

	Arnd <><



More information about the Linuxppc-dev mailing list