3198: Inodes() and Operations() take InodeCache() object directly. Minimum
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 7 May 2015 19:47:33 +0000 (15:47 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 7 May 2015 19:47:33 +0000 (15:47 -0400)
commitfa4c5476b4189798b2123c6948d18db43449329e
treebaa46a8fc18373b8ddaafb657965ab468c68b8ef
parent2139ee84699c7c535b75c5a21ff220d772c62504
3198: Inodes() and Operations() take InodeCache() object directly.  Minimum
number of entries to retain is configurable.  Added unit test of inode cache.
services/fuse/arvados_fuse/__init__.py
services/fuse/arvados_fuse/fresh.py
services/fuse/bin/arv-mount
services/fuse/setup.py
services/fuse/tests/test_inodes.py [new file with mode: 0644]
services/fuse/tests/test_mount.py