Skip to content
  • Joshua Abraham's avatar
    ramfs: Fix duplicated files bug · 70e52d4e
    Joshua Abraham authored
    Previously ramfs allowed identical filenames to be created if the
    O_CREAT flag was used. This patch fixes the behavior and instead
    opens the existing file as long as O_EXCL is not specified.
    70e52d4e