updated TODO regarding statvfs

This commit is contained in:
root
2015-01-05 15:07:59 -06:00
parent 2462e834a5
commit 55cbb1c200

3
TODO
View File

@@ -37,7 +37,6 @@
- call folder/get_content in a loop until more_chunks=no because it currently - call folder/get_content in a loop until more_chunks=no because it currently
stops at 1000 (max value for chunk_size param) stops at 1000 (max value for chunk_size param)
- proper versioning of the directory cache - proper versioning of the directory cache
- implement intelligent rename() fuse callback for REST API operations
file/move & folder/move
- call upload/check & upload/instant to perform an "instant" upload - call upload/check & upload/instant to perform an "instant" upload
whenever possible whenever possible
- call user/get_info to populate statvfs struct for returning free space