irods / irods_client_nfsrods

An nfs4j Virtual File System implementation supporting the iRODS Data Grid
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

`inodeNumber` variable not updated correctly when `null` #197

Closed korydraughn closed 7 months ago

korydraughn commented 7 months ago

When the inodeNumber is null, it should be updated to match the value returned from e.getId(). Otherwise, an exception is raised.

https://github.com/irods/irods_client_nfsrods/blob/3e479bb2e4b855970d4cb67aa53763f9c710def0/irods-vfs-impl/src/main/java/org/irods/nfsrods/vfs/IRODSVirtualFileSystem.java#L1024-L1033