On Fri, Sep 23, 2022 at 08:44:38AM +0200, Christoph Hellwig wrote: > > * Filesystems that store POSIX ACLs in the unaltered uapi format should use > > * posix_acl_from_xattr() when reading them from the backing store and > > * converting them into the struct posix_acl VFS format. The helper is > > - * specifically intended to be called from the ->get_acl() inode operation. > > + * specifically intended to be called from the ->get_inode_acl() inode operation. > > Please avoid the overly long lines in the otherwise nicely formatted > block comments. Will reformat. > > Otherwise looks good: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Thanks!