aros-development-team / AROS

Main AROS repository for active development. Contains the main Operating System components and Build System.
http://www.aros.org
Other
368 stars 60 forks source link

rom/filesys/afs: Fix issue where OpenFromLock() returns NULL on success #624

Closed ezrec closed 12 months ago

ezrec commented 12 months ago

On AFS filesystems, the ACTION_FH_FROM_LOCK case was not setting 'ok', leading to the dos packet replying with DOSFALSE in all cases, and the OpenFromLock() on an AFS filesystem was returning fh = BNULL and IoErr() == 0 on success.