]> git.baikalelectronics.ru Git - kernel.git/commit
Fix ACC_MODE() for real
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 24 Dec 2009 11:58:56 +0000 (06:58 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 14 Jan 2010 14:05:26 +0000 (09:05 -0500)
commit80d677ce0c2c171277622545cd552508d528a6e0
tree89ba434f76d224741bd0e0b0ef02b10a4ff95136
parent3ff31c9a71b9a1950776744ebd05185d2f484c65
Fix ACC_MODE() for real

commit fcca17e9e958e5a12187c515519e30b69b3d33c7 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>
fs/namei.c
include/linux/fs.h
security/tomoyo/tomoyo.c