slavaim / redirfs

A Linux file system filter based on redirfs
33 stars 25 forks source link

added atomic_open hook #3

Closed jkralik closed 6 years ago

jkralik commented 6 years ago

fix of operation hooks on created files

Steps to reproduce issue:

1. sudo mount -t nfs 10.1.184.133:/srv/nfsshare /mnt/nfs
2. sudo ./avfltctl/avfltctl -i /mnt/nfs
3. in other terminal: sudo ./avtest/avtest
4. echo 123 > /mnt/nfs/123.txt
5. nothing show in terminal of avtest/dummyflt