ExtFH interface placed a lock on "previous with no lock" calls on files opened with automatic locking
An application that performed three "read next with no lock" operations followed by a "read previous with no lock" left the second record locked. The logic has been reorganized to eliminate this problem.