Implemented optional 'statfs' for visible df(1) lufs filesystems entry.
[lufs.git] / lufsd / filesystem.h
index ba8d02c..f8a5199 100644 (file)
@@ -43,6 +43,7 @@ struct fs_operations{
     int        (*link)(void*, char*, char*);
     int        (*symlink)(void*, char*, char*);
     int        (*setattr)(void*, char*, struct lufs_fattr*);
+    int        (*statfs)(void*, struct lufs_sbattr*);
 };
 
 struct file_system{