Opened 19 years ago
Closed 19 years ago
#21 closed defect (fixed)
libc: limit Unix EAs to specific file systems
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.1 |
Component: | libc | Version: | 0.6 |
Severity: | normal | Keywords: | libc unix-attributes ea |
Cc: |
Description
Fat32 does not implement EAs efficiently, and some other IFSes doesn't do it at all. The solution is to add a property to the volume information objects which indicates whether or not it can deal with UnixEAs. A global env.var. for disabling it would also be nice.
Change History (2)
comment:1 by , 19 years ago
Milestone: | → libc-0.6.1 |
---|---|
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
We're now only reading and writing UnixEAs on HPFS, JFS, FAT and RAMFS volumes. A 0.7 task will be created for making this configurable using an env.var. or something.