commit | b7a437b08a44a3ed7e3a052eb39d2c5f618b603b | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 28 10:50:37 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 08 11:07:43 2009 -0700 |
tree | fdb03edf0254e9f24fe7f3e3e2f75d3ac0a3f9e0 | |
parent | e8e66ed25b5cbeebed69c475f6c108e52078a3b3 [diff] |
Simplify exec_permission_lite() logic Instead of returning EAGAIN and having the caller do something special for that case, just do the special case directly. Reviewed-by: James Morris <jmorris@namei.org> Acked-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>