fuse.h no longer says that statfs is a placeholder. - susmb - mounting of SMB/CIFS shares via FUSE
(HTM) git clone git://git.codemadness.org/susmb
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 647c2a94ac16b087c5423256ca45aba0a0eb7d43
(DIR) parent 5850de552b8d27e79371e56f6ffb52142ca54717
(HTM) Author: Geoff Johnstone <geoffSHEEP.johnstoneFROG@googlemail.com>
Date: Fri, 30 May 2008 18:57:12 +0100
fuse.h no longer says that statfs is a placeholder.
Diffstat:
M usmb.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/usmb.c b/usmb.c
@@ -137,12 +137,9 @@ static void usmb_destroy (void *unused)
// probably won't (can't ?) implement these:
-// readlink mknod symlink flush fsync
+// readlink mknod symlink flush fsync statfs
-// fuse.h says "Just a placeholder, don't set".
-// statfs
-
-// no easy way of implementing these.
+// no easy way of implementing these:
// access ftruncate
#ifdef __lint