Closed korydraughn closed 11 months ago
When the inodeNumber is null, it should be updated to match the value returned from e.getId(). Otherwise, an exception is raised.
inodeNumber
null
e.getId()
https://github.com/irods/irods_client_nfsrods/blob/3e479bb2e4b855970d4cb67aa53763f9c710def0/irods-vfs-impl/src/main/java/org/irods/nfsrods/vfs/IRODSVirtualFileSystem.java#L1024-L1033
When the
inodeNumber
isnull
, it should be updated to match the value returned frome.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