Re: [PATCH] kernfs: preserve security xattrs without allocating iattrs
Tejun Heo <[email protected]>
| Newsgroups | dev.linux.lists.driver-core,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hello, On Fri, Aug 21, 2026 at 12:12:21PM -0400, [email protected] wrote: > + return simple_xattr_list(d_inode(dentry), > + attrs ? &attrs->xattrs : NULL, buf, size); No need for the line break. Otherwise, Acked-by: Tejun Heo <[email protected]> Thanks. -- tejun