Open
Description
As @kevin-bates pointed out, st_ino
is only unique within a single storage device, and must be coupled with st_dev
(device number) to be truly unique per server instance.
As @kevin-bates pointed out, st_ino
is only unique within a single storage device, and must be coupled with st_dev
(device number) to be truly unique per server instance.