Re: [PATCH] bcachefs: Use FOREACH_ACL_ENTRY() macro to iterate over acl entries

From: Kent Overstreet
Date: Mon Sep 23 2024 - 17:48:50 EST


On Mon, Sep 23, 2024 at 04:44:53PM GMT, Thorsten Blum wrote:
> Use the existing FOREACH_ACL_ENTRY() macro to iterate over POSIX acl
> entries and remove the custom acl_for_each_entry() macro.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>

Applied