On Wed, 3 Sept 2025 at 19:51, Darrick J. Wong <djwong@xxxxxxxxxx> wrote: > As suggested in the thread for the next patch, maybe I should just hide > this new acl behavior behind (fc->iomap || sb->s_bdev != NULL)? Okay, but please create a fc->is_local_fs that is set on the above condition to make this more readable. Thanks, Miklos