sapling/eden/fs/testharness
Adam Simpkins 0237a0c56d add an EdenMount::destroy() function
Summary:
Update EdenMount so that it cannot be destroyed directly, and must be destroyed
through a special destroy() function.  This function is not implemented yet,
but it will delay actual destruction of the EdenMount until all Inode objects
in the mount have been destroyed.

This diff primarily updates the users of EdenMount to call destroy() properly.
I will send a subsequent diff that implements destroy() at the same time as
implementing Inode unloading.

Reviewed By: wez

Differential Revision: D4360558

fbshipit-source-id: 202826b63b75e1de2b73270806da094206108a47
2017-01-17 15:03:20 -08:00
..
test codemod: fixup more build targets in TARGETS 2017-01-14 01:44:01 -08:00
FakeBackingStore.cpp implement a FakeBackingStore class 2016-12-20 16:24:17 -08:00
FakeBackingStore.h implement a FakeBackingStore class 2016-12-20 16:24:17 -08:00
FakeObjectStore.cpp Yet more std::move shenanigans 2017-01-12 07:09:00 -08:00
FakeObjectStore.h add new Future-based APIs to ObjectStore 2016-12-13 18:12:21 -08:00
StoredObject.h implement a FakeBackingStore class 2016-12-20 16:24:17 -08:00
TARGETS codemod: fixup more build targets in TARGETS 2017-01-14 01:44:01 -08:00
TestMount.cpp add an EdenMount::destroy() function 2017-01-17 15:03:20 -08:00
TestMount.h implement a FakeBackingStore class 2016-12-20 16:24:17 -08:00
TestUtil.cpp add makeTestHash() helper function 2016-12-16 12:58:30 -08:00
TestUtil.h add makeTestHash() helper function 2016-12-16 12:58:30 -08:00