commit | d6fdf29f7b99814d3673f2d9f4649262807cb836 | [log] [tgz] |
---|---|---|
author | Uros Bizjak <ubizjak@gmail.com> | Thu Dec 01 17:01:03 2022 +0100 |
committer | Christian Brauner (Microsoft) <brauner@kernel.org> | Fri Dec 02 10:01:28 2022 +0100 |
tree | 8b89c9912232026bc1d6c243b52e2d9b567de02a | |
parent | e40df4281b86d5f7c1615dd9eda597675340a8d3 [diff] |
posix_acl: Fix the type of sentinel in get_acl The type should be struct posix_acl * instead of void *. Cc: Christian Brauner <brauner@kernel.org> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>