> * 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. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>