Re: [PATCH] Allow a larger buffer for writes to cpuset files

From: Paul Menage
Date: Mon Oct 30 2006 - 23:15:47 EST


On 10/30/06, Paul Jackson <pj@xxxxxxx> wrote:

How about coding for the possibility that either NR_CPUS or MAX_NUMNODES
is larger, and removing 'cpu' from the comment:

/* Crude upper limit on largest legitimate list user might write. */
if (nbytes > 100 + 6 * max(NR_CPUS, MAX_NUMNODES))


Yes, that does seem like a better idea.

Paul
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/