sapling/eden/fs/nfs
Xavier Deguillard 9621d533f4 nfs: use makeImmediateFutureWith instead of a manual version of it
Summary:
Now that makeImmediateFutureWith exists, we can simply use it instead of
constructing a ImmediateFuture<folly::Unit> and calling thenValue on it.

Reviewed By: chadaustin

Differential Revision: D28518059

fbshipit-source-id: 0041cf863fb32efab274f11c77c76109ca9b454f
2021-05-25 15:16:59 -07:00
..
portmap nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
rpc nfs: switch RpcServerProcessor::dispatchRpc to ImmediateFuture 2021-05-13 16:51:34 -07:00
test use portable version of gtest 2021-05-12 15:58:27 -07:00
testharness use portable version of gtest 2021-05-12 15:58:27 -07:00
xdr use portable version of gtest 2021-05-12 15:58:27 -07:00
CMakeLists.txt nfs: move servicing of NFS callback to a threadpool 2021-03-29 09:20:33 -07:00
DirList.cpp nfs: make XdrTrait<T>::serializedSize non constexpr 2021-03-22 19:27:38 -07:00
DirList.h nfs: implement the READDIR RPC 2021-03-18 10:08:50 -07:00
Mountd.cpp nfs: switch RpcServerProcessor::dispatchRpc to ImmediateFuture 2021-05-13 16:51:34 -07:00
Mountd.h nfs: allow mountd and nfsd sockets to be non-inet on macOS 2021-05-12 13:06:57 -07:00
MountdRpc.cpp nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
MountdRpc.h nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
Nfsd3.cpp nfs: use makeImmediateFutureWith instead of a manual version of it 2021-05-25 15:16:59 -07:00
Nfsd3.h nfs: allow mountd and nfsd sockets to be non-inet on macOS 2021-05-12 13:06:57 -07:00
NfsDispatcher.cpp fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00
NfsDispatcher.h nfs: convert Nfsd3 to ImmediateFuture 2021-05-13 16:51:34 -07:00
NfsdRpc.cpp nfs: add RPC types for MKNOD 2021-04-13 14:59:58 -07:00
NfsdRpc.h nfs: add RPC types for MKNOD 2021-04-13 14:59:58 -07:00
NfsServer.cpp nfs: allow mountd and nfsd sockets to be non-inet on macOS 2021-05-12 13:06:57 -07:00
NfsServer.h nfs: allow mountd and nfsd sockets to be non-inet on macOS 2021-05-12 13:06:57 -07:00