fuse.h no longer says that statfs is a placeholder. - susmb - mounting of SMB/C… | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 647c2a94ac16b087c5423256ca45aba0a0eb7d43 | |
parent 5850de552b8d27e79371e56f6ffb52142ca54717 | |
Author: Geoff Johnstone <[email protected]> | |
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(-) | |
--- | |
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 |