summaryrefslogtreecommitdiff
path: root/fuse.py
diff options
context:
space:
mode:
authorverigak <verigak@1ebed218-b0a3-11dd-8075-91d349ce83ee>2009-08-16 17:14:06 +0000
committerverigak <verigak@1ebed218-b0a3-11dd-8075-91d349ce83ee>2009-08-16 17:14:06 +0000
commit83ecb65f11e269beaf159dcaf2c6bfa12562b9ee (patch)
tree53783b68a6a00ada92ce41d5daf9c8a2b871ae18 /fuse.py
parent731e00263ac8fd7ade7b4a8c9ed19ea34becb516 (diff)
downloadfusepy-83ecb65f11e269beaf159dcaf2c6bfa12562b9ee.tar.gz
Previous comment (taken from fuse.h) was misleading.
git-svn-id: http://fusepy.googlecode.com/svn/trunk@25 1ebed218-b0a3-11dd-8075-91d349ce83ee
Diffstat (limited to 'fuse.py')
-rw-r--r--fuse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fuse.py b/fuse.py
index 39d853c..4797281 100644
--- a/fuse.py
+++ b/fuse.py
@@ -549,8 +549,8 @@ class Operations:
def statfs(self, path):
"""Returns a dictionary with keys identical to the statvfs C structure
- of statvfs(3). The f_frsize, f_favail, f_fsid and f_flag fields are
- ignored by FUSE though."""
+ of statvfs(3).
+ On Mac OS X f_bsize and f_frsize must be a power of 2 (minimum 512)."""
return {}
def symlink(self, target, source):