[PATCH 2/5] Add an errno validation function

Dan Smith danms at us.ibm.com
Thu Jul 23 08:40:13 PDT 2009


OL> How about:
OL> 	return (errno >= 0 || IS_ERR_VALUE(errno));

Yeah, sounds good.  It's a little more relaxed of a check, but better
to consolidate with other uses.

-- 
Dan Smith
IBM Linux Technology Center
email: danms at us.ibm.com


More information about the Containers mailing list