sapling/eden
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
..
docs add document describing Inode lifetime management 2016-12-22 19:01:12 -08:00
fs add an EdenMount::destroy() function 2017-01-17 15:03:20 -08:00
fuse codemod: fixup more build targets in TARGETS 2017-01-14 01:44:01 -08:00
hooks Update script because --into was changed to --out. 2017-01-09 16:02:04 -08:00
utils codemod: fixup more build targets in TARGETS 2017-01-14 01:44:01 -08:00
DEFS Fixup more rule names in TARGETS 2017-01-16 11:40:07 -08:00