sapling/eden/fs
Wez Furlong 168c5e2315 fixup possible unload issue with .eden dir or .eden/this-dir inode
Summary:
chadaustin noticed this as part of fixing up the ESTALE
handling.   The issue is that we were using `inodeMap->lookupInode` and
assuming that it will always return one of our magical inodes.   This
isn't guaranteed so it is better to resolve the inode by name from
the root, so that's what this diff does.

Reviewed By: chadaustin

Differential Revision: D12970034

fbshipit-source-id: 8207660cbc71577b276cb092d1ef19e1076b4946
2018-11-12 15:57:33 -08:00
..
config expand multiple ${USER} tokens when processing config 2018-11-09 16:19:50 -08:00
fuse Add command to chown a mount 2018-11-07 08:58:31 -08:00
inodes fixup possible unload issue with .eden dir or .eden/this-dir inode 2018-11-12 15:57:33 -08:00
journal explicitly complete StreamPublisher stream on destruct 2018-10-01 13:21:59 -07:00
model add optional size and contentSha1 fields to TreeEntry 2018-10-31 11:50:39 -07:00
rocksdb add CMake build files 2018-04-30 14:37:46 -07:00
service pass ReloadableConfig through to LocalStore 2018-11-09 11:22:03 -08:00
sqlite avoid leaking the sqlite3 db if we fail to open it 2018-06-20 16:36:22 -07:00
store have hg_import_helper always return true from ui.plain() 2018-11-10 09:12:05 -08:00
takeover folly::Optional -> std::optional 2018-10-23 18:51:59 -07:00
testharness update all C++ unit tests to use the new temporary file functions 2018-11-09 14:29:17 -08:00
tracing Add lightweight tracing infrastructure 2018-11-01 08:09:19 -07:00
utils microoptimize unique ID generation - hot path is six instructions 2018-11-10 11:12:45 -08:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00