Refactoring: move seeking logic for "r+" and "a" modes from open_file to open_helper
open_helper is a better place for this logic because it already has special logic for each OPEN* mode. This also eliminates some unnecessary seeking.
Authored by: david_costanzo 2020-03-29
Parent: [r5165]
Child: [r5167]