0e0b0ef02b10a4ff95136 parent 4ecf09fd3a7c8858198875171b684c73338fad83 author Al Viro 1261655936 -0500 committer Al Viro 1263477926 -0500 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