Skip to content
Commit bc26ab5f authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 4482a087
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment