posix_acl: Fix the type of sentinel in get_acl
authorUros Bizjak <ubizjak@gmail.com>
Thu, 1 Dec 2022 16:01:03 +0000 (17:01 +0100)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Fri, 2 Dec 2022 09:01:28 +0000 (10:01 +0100)
commitd6fdf29f7b99814d3673f2d9f4649262807cb836
tree8b89c9912232026bc1d6c243b52e2d9b567de02a
parente40df4281b86d5f7c1615dd9eda597675340a8d3
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>
fs/posix_acl.c