kill boilerplate around posix_acl_chmod_masq()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 23 Jul 2011 04:18:02 +0000 (00:18 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Jul 2011 18:27:30 +0000 (14:27 -0400)
new helper: posix_acl_chmod(&acl, gfp, mode).  Replaces acl with modified
clone or with NULL if that has failed; returns 0 or -ve on error.  All
callers of posix_acl_chmod_masq() switched to that - they'd been doing
exactly the same thing.

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

No differences found