diff options
author | Alan Cox <[email protected]> | 2007-10-16 23:30:22 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2007-10-17 08:43:01 -0700 |
commit | a9c62a18a291499d15a370d08771e781fbaf91e6 (patch) | |
tree | 5d608ba9dfefce643060c1d9ab18d9f4bff18360 /lib/parser.c | |
parent | 28e3fed8b79c76450f264e77c58d0f5fbd2dd739 (diff) |
fs: correct SuS compliance for open of large file without options
The early LFS work that Linux uses favours EFBIG in various places. SuSv3
specifically uses EOVERFLOW for this as noted by Michael (Bug 7253)
[EOVERFLOW]
The named file is a regular file and the size of the file cannot be
represented correctly in an object of type off_t. We should therefore
transition to the proper error return code
Signed-off-by: Alan Cox <[email protected]>
Cc: Theodore Tso <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions