sapling/eden/fs/fuse
Chad Austin 2d86a960ad indicate to coreutils that edenfs is a remote filesystem
Summary:
GNU `df` (and any other coreutil that relies on gnulib's ME_REMOTE
flag) detects remote filesystems with some heuristics. One of which is
whether the device type contains a colon. Since edenfs is a remote
filesystem, include a colon, so it's properly detected as such.

Reviewed By: genevievehelsel

Differential Revision: D23520233

fbshipit-source-id: f4816b303e198d4e2a446efdcc5b49a593e09a05
2020-09-11 13:35:03 -07:00
..
fuse_tester adding ObjectFetchContext to getattr 2020-06-18 10:40:41 -07:00
privhelper indicate to coreutils that edenfs is a remote filesystem 2020-09-11 13:35:03 -07:00
test fuse: cleanup some include of RequestData 2020-09-02 12:15:48 -07:00
CMakeLists.txt fuse: move and rename RequestData 2020-09-04 16:14:24 -07:00
DirList.cpp inodes: move fuse/InodeNumber.{cpp,h} into inodes/ 2020-09-02 12:15:48 -07:00
DirList.h Tidy up license headers 2019-10-11 05:28:23 -07:00
Dispatcher.cpp fuse: move and rename RequestData 2020-09-04 16:14:24 -07:00
Dispatcher.h fuse: cleanup some include of RequestData 2020-09-02 12:15:48 -07:00
FuseChannel.cpp fuse: move and rename RequestData 2020-09-04 16:14:24 -07:00
FuseChannel.h fuse: move and rename RequestData 2020-09-04 16:14:24 -07:00
FuseRequestContext.cpp fuse: move and rename RequestData 2020-09-04 16:14:24 -07:00
FuseRequestContext.h fuse: move and rename RequestData 2020-09-04 16:14:24 -07:00
FuseTypes.h move third-party/ into eden/fs/ 2020-05-04 11:33:12 -07:00
Invalidation.h make unlink and rmdir explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
PollHandle.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
PollHandle.h Tidy up license headers 2019-10-11 05:28:23 -07:00