sapling/eden/fs/prjfs
Chad Austin f851c66fd0 move waitForPendingWrites into FsChannel
Summary:
waitForPendingWrites is general to any userspace filesystem with
asynchronous write notifications. This could even include FUSE in
writeback caching mode. To remove another ifdef, move
waitForPendingWrites into FsChannel.

Reviewed By: kmancini

Differential Revision: D45167206

fbshipit-source-id: 4daec70845864d90b94739fe2011e8ed90a6a200
2023-05-11 11:55:24 -07:00
..
CMakeLists.txt common: rename utils -> edencommon_utils 2022-08-16 11:23:53 -07:00
Enumerator.cpp Fix PrjFS Enumerator quadratic complexity 2023-03-29 18:34:52 -07:00
Enumerator.h Fix PrjFS Enumerator quadratic complexity 2023-03-29 18:34:52 -07:00
PrjfsChannel.cpp move waitForPendingWrites into FsChannel 2023-05-11 11:55:24 -07:00
PrjfsChannel.h move waitForPendingWrites into FsChannel 2023-05-11 11:55:24 -07:00
PrjfsDispatcher.cpp prjfs: keep mount alive during notification handling 2023-05-02 12:38:37 -07:00
PrjfsDispatcher.h prjfs: keep mount alive during notification handling 2023-05-02 12:38:37 -07:00
PrjfsRequestContext.h decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00