Alan, I disagree. Let me quote SuS.
Error Numbers (3.3):
Implementations may support additional errors not included in this list,
may generate errors included in this list under circumstances other than
described here, ...
Implementations do not generate a different error number from the ones
described here for error conditions described in this document, but may
generate additional errors ...
Thus: if open fails because of lack of memory, the natural thing
to do is to return ENOMEM, and a very confusing thing to do is
to return EACCES.
I have not checked the precise cause of error in this particular case,
but if it really is lack of memory then both the old and the new
situation are admissible, and the new (patched) version is preferable.
Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/