commit | bc26ab5f65ae41b71df86ea46df3c3833d1d8d83 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 23 00:18:02 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 25 14:27:30 2011 -0400 |
tree | 85bbc4e0da4fac99ccf31b3609c61e2b148a8498 | |
parent | 4482a087d4c5a6ffbc385c56b4a4e2f694d9fd5d [diff] |
kill boilerplate around posix_acl_chmod_masq() 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>