diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-05 00:18:49 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-05 00:18:49 -0800 |
| commit | 1ea864f1c53bc771294e61cf9be43b1d22e78f4c (patch) | |
| tree | de928ec3d1e22abf7b0963e59092152daa5a2ecb /include/linux/limits.h | |
| parent | 2f886464aa00cd9eb9cf46c8c155a24a752bb317 (diff) | |
v2.5.2.6 -> v2.5.3
- Doug Ledford: i810 audio driver update
- Evgeniy Polyakov: update various SCSI drivers to new locking
- David Howells: syscall latency improvement, try 2
- Francois Romieu: dscc4 driver update
- Patrick Mochel: driver model fixes
- Andrew Morton: clean up a few details in ext3 inode initialization
- Pete Wyckoff: make x86 machine check print out right address..
- Hans Reiser: reiserfs update
- Richard Gooch: devfs update
- Greg KH: USB updates
- Dave Jones: PNPBIOS
- Nathan Scott: extended attributes
- Corey Minyard: clean up zlib duplication (triplication..)
Diffstat (limited to 'include/linux/limits.h')
| -rw-r--r-- | include/linux/limits.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/limits.h b/include/linux/limits.h index 45faa81d981d..cc13552cd15b 100644 --- a/include/linux/limits.h +++ b/include/linux/limits.h @@ -13,6 +13,9 @@ #define NAME_MAX 255 /* # chars in a file name */ #define PATH_MAX 4096 /* # chars in a path name including nul */ #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */ +#define XATTR_NAME_MAX 255 /* # chars in an extended attribute name */ +#define XATTR_SIZE_MAX 65536 /* size of an extended attribute value (64k) */ +#define XATTR_LIST_MAX 65536 /* size of extended attribute namelist (64k) */ #define RTSIG_MAX 32 |
