]> git.ipfire.org Git - people/ms/linux.git/commit - fs/open.c
merge fchmod() and fchmodat() guts, kill ancient broken kludge
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Jul 2011 08:15:54 +0000 (04:15 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Jul 2011 19:07:43 +0000 (15:07 -0400)
commite57712ebebbb9db7d8dcef216437b3171ddcf115
tree484b748a272fe32385ca37d4d87ace7d4e8732bb
parent03209378b4b25775bf5e6a86e86f074a1057a439
merge fchmod() and fchmodat() guts, kill ancient broken kludge

The kludge in question is undocumented and doesn't work for 32bit
binaries on amd64, sparc64 and s390.  Passing (mode_t)-1 as
mode had (since 0.99.14v and contrary to behaviour of any
other Unix, prescriptions of POSIX, SuS and our own manpages)
was kinda-sorta no-op.  Note that any software relying on
that (and looking for examples shows none) would be visibly
broken on sparc64, where practically all userland is built
32bit.  No such complaints noticed...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/open.c