sapling/eden/fs/inodes
Brian Strauch e32b173a16 Deleted two unused blocking methods
Summary: These functions are part of the blocking API, which is being replaced by the Future-based API. They are not being called, so they are unneeded.

Reviewed By: chadaustin, strager

Differential Revision: D15582641

fbshipit-source-id: 11f693040124846515aef7c7ee6ad750e1b5c164
2019-05-31 18:21:15 -07:00
..
overlay Isolate low-level overlay logic into FsOverlay 2019-03-11 17:30:21 -07:00
test Removed getInodeBlocking and replaced with Future version 2019-05-31 18:21:15 -07:00
CacheHint.h add CacheHint parameters to FileInode reads 2018-11-22 00:45:25 -08:00
CheckoutAction.cpp invalidate directory inodes properly on checkout 2019-03-22 15:57:33 -07:00
CheckoutAction.h invalidate directory inodes properly on checkout 2019-03-22 15:57:33 -07:00
CheckoutContext.cpp folly::Optional -> std::optional 2018-10-23 18:51:59 -07:00
CheckoutContext.h Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00
CMakeLists.txt CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00
DeferredDiffEntry.cpp folly::Optional -> std::optional 2018-10-23 18:51:59 -07:00
DeferredDiffEntry.h Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00
DiffContext.cpp DiffContext changes to use TopLevelIgnores 2018-07-19 17:21:38 -07:00
DiffContext.h DiffContext changes to use TopLevelIgnores 2018-07-19 17:21:38 -07:00
Differ.cpp Minor refactoring 2019-01-14 17:19:23 -08:00
Differ.h break a Thrift service dependency 2019-02-13 15:53:46 -08:00
DirEntry.cpp clarify DirEntry's ownership of InodeBase* 2018-07-17 21:37:35 -07:00
DirEntry.h fix static_assert in DirEntry on macOS 2019-03-28 17:44:53 -07:00
EdenDispatcher.cpp stop handling opendir and releasedir on kernels with FUSE_NO_OPENDIR_SUPPORT 2019-03-22 15:57:33 -07:00
EdenDispatcher.h clang-format 2019-05-17 10:19:02 -07:00
EdenMount.cpp Deleted two unused blocking methods 2019-05-31 18:21:15 -07:00
EdenMount.h Deleted two unused blocking methods 2019-05-31 18:21:15 -07:00
EdenMountError.h propagate bind mount errors 2018-10-09 16:39:45 -07:00
FileInode.cpp eden: move prefetch call from lookup to readdir 2019-01-08 16:56:24 -08:00
FileInode.h eden: move prefetch call from lookup to readdir 2019-01-08 16:56:24 -08:00
GlobNode.cpp clang-format 2019-05-17 10:19:02 -07:00
GlobNode.h Add GlobNode::debugDump 2019-04-26 14:26:32 -07:00
InodeBase.cpp remove overlay timestamp migration logic 2018-11-28 15:44:58 -08:00
InodeBase.h split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
InodeDiffCallback.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeError.cpp folly::Optional -> std::optional 2018-10-23 18:51:59 -07:00
InodeError.h folly::Optional -> std::optional 2018-10-23 18:51:59 -07:00
InodeLoader.h convert some deprecated Future::then() calls 2018-10-22 20:27:25 -07:00
InodeMap.cpp Future::onError replaced with Future::thenError 2019-01-30 09:56:15 -08:00
InodeMap.h Minor refactoring 2019-01-14 17:19:23 -08:00
InodeMetadata.cpp allow changing uid/gid on files and directories 2018-05-24 00:15:54 -07:00
InodeMetadata.h allow changing permissions on directories 2018-05-22 11:22:19 -07:00
InodePtr-defs.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodePtr.cpp fix opt build 2018-03-12 22:22:59 -07:00
InodePtr.h add explicit conversion from std::unique_ptr to InodePtr 2018-03-09 13:37:08 -08:00
InodePtrFwd.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeTable.h add missing includes required on mac 2019-04-23 13:42:31 -07:00
InodeTimestamps.cpp eden: add helper for accessing stat fields as timespecs 2018-12-16 18:31:46 -08:00
InodeTimestamps.h update mtime on directories when renaming 2018-06-01 11:39:01 -07:00
Overlay.cpp remove unnecessary include 2019-04-15 13:47:56 -07:00
Overlay.h Isolate low-level overlay logic into FsOverlay 2019-03-11 17:30:21 -07:00
OverlayFileAccess.cpp Isolate low-level overlay logic into FsOverlay 2019-03-11 17:30:21 -07:00
OverlayFileAccess.h add an Overlay::initialize() function 2019-03-06 20:33:42 -08:00
ParentInodeInfo.h Split Dir into its own type and move TreeInodeState out of TreeInode 2018-06-01 09:38:45 -07:00
ServerState.cpp Replace EDEN_WIN with _WIN32 for Windows only code 2019-05-09 16:33:08 -07:00
ServerState.h Replace EDEN_WIN with _WIN32 for Windows only code 2019-05-09 16:33:08 -07:00
TopLevelIgnores.h Remove unused code for ingesting system and user ignore files 2018-07-30 19:06:33 -07:00
TreeInode.cpp fix a deadlock in TreeInode::createImpl() 2019-04-10 13:59:25 -07:00
TreeInode.h invalidate directory inodes properly on checkout 2019-03-22 15:57:33 -07:00