Actually, since we are talking about the error path,
(1) we do not care performance of what happens there that much, but
(2) we *do* care about not doing extra allocation.
So it might make sense to have a preallocated "error string"
buffer, sprintf the error message in there and return error
codes.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html