Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs4: expose open files known to FileTracker
Motivation: As being stateful NFSv4.0 keeps the track of currently open files. This information might be important to server implementations, for example to dCache: ``` admin > show opens Open files: 00004A19604BF9A140BEB7B19FEFAEB87C56 (/public/2GB): 7156940215641243649 ([::1]:678) 0000D57D61A4046F4CA19961196D9CBA1F90 (/public/10GB): 7156940215641243649 ([::1]:678) ``` Modification: add FileTracker#getOpenFiles, that returns maps of open files. Result: More information for server implementations. Acked-by: Albert Rossi Target: master
- Loading branch information