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

Bug#189011: libc6: Change ENOSPC 28 to /* No space or inodes left on device */



> glibc currently returns errno 28, which is defined as 
> 
> 	"No space left on device"
> 
> and is misleading. It should mention inodes.

Inodes are a specific term that does not apply to all cases where ENOSPC
is used. What happens if ENOSPC starts to be returned when an A/V
filesystem runs out of "media blocks", should we then change it to "No
space, inodes or media blocks left on device"? Not likely. ENOSPC is not
specific to filesystems either.

At most, this is a FAQ.

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo       - http://www.deqo.com/



Reply to: