Re: [PATCH] posix_acl.h: define missing ACL functions on non-posix-acl build

From: Andreas Gruenbacher
Date: Mon Nov 30 2020 - 08:15:16 EST


On Mon, Nov 30, 2020 at 2:09 PM Andreas Gruenbacher <agruenba@xxxxxxxxxx> wrote:
> Note that ext2 / ext4 could be built without POSIX ACL support in the
> past. That's at least broken since the following two commits though:
>
> commit 59fed3bf8a461 ("ext2: cache NULL when both default_acl and
> acl are NULL")
> commit 6fd941784b8ac ("ext4: cache NULL when both default_acl and
> acl are NULL")

Scratch that, this is in fs/ext[24]/acl.c which is only included when
CONFIG_FS_POSIX_ACL is defined.

Thanks,
Andreas