fs/ext: Fix the return value of f70.1 (readdir) #442

Merged
dunkaist merged 1 commits from dunkaist/kolibrios:pr-ext-readdir into main 2026-05-17 19:59:50 +00:00
Owner

Return ERROR_END_OF_FILE instead of ERROR_SUCCESS when
less files were read than requested.

Return ERROR_END_OF_FILE instead of ERROR_SUCCESS when less files were read than requested.
dunkaist added the FSFASMCategory/Kernel labels 2026-05-16 00:28:07 +00:00
dunkaist requested review from Burer 2026-05-16 00:28:07 +00:00
dunkaist requested review from Doczom 2026-05-16 00:28:07 +00:00
dunkaist requested review from hidnplayr 2026-05-16 00:28:08 +00:00
Owner

Shouldn't this also increment ABI version?

Shouldn't this also increment ABI version?
Author
Owner

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.

> 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.
Burer approved these changes 2026-05-17 14:43:16 +00:00
Doczom approved these changes 2026-05-17 18:39:06 +00:00
dunkaist added 1 commit 2026-05-17 19:45:33 +00:00
fs/ext: Fix the return value of f70.1 (readdir)
Build system / Check kernel codestyle (pull_request) Successful in 23s
Build system / Build (pull_request) Successful in 9m37s
310999dcc4
Return ERROR_END_OF_FILE instead of ERROR_SUCCESS when
less files were read than requested.
dunkaist force-pushed pr-ext-readdir from 247a9d5d67 to 310999dcc4 2026-05-17 19:45:33 +00:00 Compare
dunkaist merged commit 310999dcc4 into main 2026-05-17 19:59:50 +00:00
dunkaist deleted branch pr-ext-readdir 2026-05-17 19:59:50 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#442