tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: extended attributes



In article <20110609163700.GB6732%homeworld.netbsd.org@localhost>,
Emmanuel Dreyfus  <manu%netbsd.org@localhost> wrote:
>On Tue, Jun 07, 2011 at 08:07:02AM +0000, Emmanuel Dreyfus wrote:
>[autocreate extended attribute backend]
>> Such a behavior could be triggered by a new kernel option such
>> as UFS_EXTATTR_AUTOCREATE. It could hold the default size for autocreated
>> attributes. (e.g.: options UFS_EXTATTR_AUTOCREATE=1024 to get 1024 bytes
>> long attributes). 
>
>
>Here is a patch that implements this option. Is it reasonable to commit it?

>+      char path[PATH_MAX + 1];

PNBUF_*()?

christos



Home | Main Index | Thread Index | Old Index