From: Al Viro Date: Thu, 24 Dec 2009 11:58:56 +0000 (-0500) Subject: Fix ACC_MODE() for real X-Git-Tag: v2.6.33-rc5~25^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d125529c6cbfe570ce3bf9a0728548f087499da;p=pandora-kernel.git 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 --- Reading git-diff-tree failed