Changes between Initial Version and Version 2 of Ticket #3928
- Timestamp:
- 08/07/18 08:46:21 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3928
- Property Cc wolf+mc@… added
- Property Component changed from mc-core to mc-vfs
-
Ticket #3928 – Description
initial v2 1 In lib/vfs/vfs.c int vfs_preallocate claims to return 0 on success 2 and non-zero otherwise, therefore it should not 0 when fallocate is 3 not even supported (that is hardly success...). Shouldn't it be -1? 1 In lib/vfs/vfs.c int vfs_preallocate claims to return 0 on success and non-zero otherwise, therefore it should not 0 when fallocate is not even supported (that is hardly success...). Shouldn't it be -1?