sam: fix spurious "file exists" warnings
commitdc5c1166abc29b6634649eb9872908acdc18c52e
authorMarc André Tanner <mat@brain-dump.org>
Sat, 29 Feb 2020 09:53:29 +0000 (29 10:53 +0100)
committerMarc André Tanner <mat@brain-dump.org>
Sat, 29 Feb 2020 11:37:15 +0000 (29 12:37 +0100)
tree25b00698ce5e03d6e541c6e88500ce4143badd71
parentbdfea7e6c1d1a7ad5b3d479bb2c30c7e610f2ee6
sam: fix spurious "file exists" warnings

When initially opened with a non-existing file we would not correctly
track the file's meta data resulting in spurious warnings upon subsequent
writes.

It is fixed by also saving the meta data for previously non-existing
files with matching paths.
sam.c