v92 / libiorouter

libiorouter is LD_PRELOAD library for caching data and metadata requests from backend directory to local directory transparently to application.
GNU General Public License v3.0
6 stars 0 forks source link

create() has to be implemented #12

Closed v92 closed 9 years ago

v92 commented 9 years ago

We have to implement hook on create() because there can be scenario where we app calls create() and then readdir() .

Without create() hook it would simply return directory from cache without created file.

v92 commented 9 years ago

Implemented.