Re: [PATCH] erofs-utils: fix erofs_sys_lsetxattr() returning positive errno
Lucas Karpinski <[email protected]>
| Newsgroups | org.ozlabs.lists.linux-erofs |
|---|---|
| Message-ID | <[email protected]> |
On 2026-04-09 10:45 a.m., Gao Xiang wrote: > Hi Lucus, >> For consistency with erofs_sys_lgetxattr(): >> - return errno; >> + ret = -errno; > > Thanks for the suggestion, but it has been applied > to -dev branch, so I have to leave it as-is (I tend > to avoid rebasing -dev). > > Thanks, > Gao Xiang > >> >> Regards, >> Lucas > No worries, was just a small nit.