| commit | 951c0d660a7c35286e401ca6d6ef38c9d49643c7 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@zeniv.linux.org.uk> | Wed Aug 03 00:47:21 2011 -0400 |
| committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Aug 03 00:47:21 2011 -0400 |
| tree | 3d642b16e966a5f000c288bfbcac868cf994559c | |
| parent | da5aa861bea09197e6ae4d7c46618616064891e4 [diff] |
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: Al Viro <viro@zeniv.linux.org.uk>