svn commit: samba r18341 - in branches/SAMBA_4_0/source/ntvfs/posix: .

tridge at samba.org tridge at samba.org
Sun Sep 10 13:48:43 GMT 2006


Author: tridge
Date: 2006-09-10 13:48:42 +0000 (Sun, 10 Sep 2006)
New Revision: 18341

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18341

Log:

ooh this gets subtle - this needed for xfs on linux

Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_dirlist.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_dirlist.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_dirlist.c	2006-09-10 13:16:27 UTC (rev 18340)
+++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_dirlist.c	2006-09-10 13:48:42 UTC (rev 18341)
@@ -52,7 +52,7 @@
 */
 #define DIR_OFFSET_DOT    0
 #define DIR_OFFSET_DOTDOT 1
-#define DIR_OFFSET_BASE   0x80000002
+#define DIR_OFFSET_BASE   0x80000022
 
 /*
   a special directory listing case where the pattern has no wildcard. We can just do a single stat()



More information about the samba-cvs mailing list