commit | 6d125529c6cbfe570ce3bf9a0728548f087499da | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 24 06:58:56 2009 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 14 09:05:26 2010 -0500 |
tree | 89ba434f76d224741bd0e0b0ef02b10a4ff95136 | |
parent | 4ecf09fd3a7c8858198875171b684c73338fad83 [diff] |
Fix ACC_MODE() for real commit 5300990c0370e804e49d9a59d928c5d53fb73487 had stepped on a rather nasty mess: definitions of ACC_MODE used to be different. Fixed the resulting breakage, converting them to variant that takes O_... value; all callers have that and it actually simplifies life (see tomoyo part of changes). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>