> If CIFS provides some fix-length identifier for files, then 
> you might be able to do it

Most CIFS servers (Windows on NTFS, Samba etc.) can return a "unique 
identifier" (a 64 bit inode number), in conjunction with the volume id, 
that is probably good enough ... right?  This can be returned on various 
calls (level 0x03EE "file_internal_info" - returns only this number).  If 
reverse lookup is required - ie given a "unique identifier" what is its 
path name - there are probably a few different ways to handle this but 
presumably local filesystems run into the same issue.


Steve French
Senior Software Engineer
Linux Technology Center - IBM Austin
phone: 512-838-2294
email: sfrench at-sign us dot ibm dot com
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to