Commit Graph

2 Commits

Author SHA1 Message Date
Brad Fitzpatrick d50667a178 blobserver/files: fix a data race in os.FileInfo stat readahead
And fix some log messages to remove "localdisk", since this code is
now shared by sftp and in the future will be shared by webdav, ftps,
etc.

Change-Id: I4c428cdd6c90bb509045d1914922326a10f48a17
2018-05-09 17:03:02 +00:00
Brad Fitzpatrick a4d0cc6ab7 blobserver/{localdisk,files}: move generic localdisk code to the files package
Just code movement.

Except I did delete some 5 year old localdisk migration code that's no
longer relevant.

Updates #1111 (this is prep for SFTP support)

Change-Id: Ibe1de1d4d804a6c86919a9df454ab125027e4c33
2018-04-29 20:59:42 -07:00