1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00
Jeremy Allison a8a4fe0605 Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensions.
Move to a consistent get_FileIndex() function for all inode returns,
that checks if st_dev on the file is identical to the top directory
dev_t of the exported share, and if so uses the raw 64-bit inode
number. If it isn't (we've traversed a mount point) - return what
we used to do for Windows which is the concatination of the bottom
32-bits of the inode with the 32-bit device number. We can get more
creative with this over time (hashing?) if we want as now all inode returns go
through this single function.

Jeremy.
2010-05-20 11:36:47 -07:00
..
2010-03-14 17:42:49 +01:00
2010-03-14 17:42:49 +01:00
2010-03-14 17:42:49 +01:00
2010-03-14 17:42:49 +01:00
2008-10-25 15:42:51 +02:00
2009-03-18 23:22:29 +01:00
2008-11-13 12:43:58 +01:00
2010-03-14 17:42:49 +01:00
2009-11-21 23:19:50 +01:00
2009-10-13 20:34:24 +02:00
2009-11-05 12:05:36 +01:00
2009-05-01 12:30:58 +02:00
2009-02-26 11:05:22 +01:00
2010-05-18 00:44:26 +02:00
2010-02-23 12:46:50 -05:00
2009-08-16 12:38:19 +02:00
2009-07-04 12:54:22 +02:00
2010-03-13 20:20:37 +01:00