fs/ext: Fix the return value of f70.1 (readdir) #442
Reference in New Issue
Block a user
Delete Branch "dunkaist/kolibrios:pr-ext-readdir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Return ERROR_END_OF_FILE instead of ERROR_SUCCESS when
less files were read than requested.
Shouldn't this also increment ABI version?
No, this is a bug fix. The ABI has been changed, indeed. But it has been changed to follow the current documentation.
247a9d5d67to310999dcc4