[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] Moving attr(5) man page to man-pages
From: |
Christoph Hellwig |
Subject: |
Re: [Acl-devel] Moving attr(5) man page to man-pages |
Date: |
Wed, 22 Apr 2015 05:19:43 -0700 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Wed, Apr 22, 2015 at 02:16:15PM +0200, Andreas Gr??nbacher wrote:
> > Hmm... some light testing (using XFS) suggests that one can create
> > more than 64 kB of attribute names, but then listxattr() fails
> > with E2BIG. That seems like a sad corner case :-(.
>
> That's what will happen, yes. I don't have a good idea how to fix this.
We could use the same iterator style for listxattr as we do for readdir.
For XFS that would be really easy as the code is already internally
structured like that.