bug-glibc
[Top][All Lists]
Advanced

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

[PATCH] Define ENOATTR in 2.5 kernels


From: Andreas Gruenbacher
Subject: [PATCH] Define ENOATTR in 2.5 kernels
Date: Fri, 2 Aug 2002 19:25:13 +0200

Hello,

we already have a number of Extended Attribute system calls (*xattr) in the 
2.5.x kernel. For implement them on file systems we also need the ENOATTR 
error. It makes little sense to reuse an existing error number as glibc's 
strerror() wouldn't be able to create an intelligent text message.

ENOATTR also exists on Irix and AIX. Error messages for ENOATTR should be 
added to glibc once ENOATTR is defined in the kernel. I have attached a patch 
against glibc that adds the English error text.


In addition to ENOATTR we also need to clarify the ENOTSUP / EOPNOTSUPP / 
ENOTSUPP issue, which I have posted yesterday (with no comments so far).

For details concerning the xattr system calls you may find the manual pages 
interesting, which are available as part of the attr-devel package, and 
online at <http://acl.bestbits.at/man/man.shtml>.

Regards,
Andreas.

------------------------------------------------------------------
 Andreas Gruenbacher                                SuSE Linux AG
 mailto:address@hidden                     Deutschherrnstr. 15-19
 http://www.suse.de/                   D-90429 Nuernberg, Germany

Attachment: linux-2.5.30-enoattr-0.diff
Description: Text Data

Attachment: glibc-enoattr-0.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]