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

get rid of boilerplate switches in posix_acl.h



the only potentially subtle thing here: get_cached_acl()
is never called with the second argument other than
ACL_TYPE_{ACCESS,DEFAULT}.  IOW, that return ERR_PTR(-EINVAL)
in there might as well be BUG().

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent da5aa861
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