diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-10 13:48:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:12 -0500 |
commit | 06bc06cf08e0d36a7ca4a01beed5909920cd69d6 (patch) | |
tree | d99458d41ddde6d9c403f0a33f79688fc622126f | |
parent | a9aa66ab32f8b0cb3d486f317a293ae0972f62e4 (diff) | |
download | samba-06bc06cf08e0d36a7ca4a01beed5909920cd69d6.tar.gz samba-06bc06cf08e0d36a7ca4a01beed5909920cd69d6.tar.bz2 samba-06bc06cf08e0d36a7ca4a01beed5909920cd69d6.zip |
r18341: ooh this gets subtle - this needed for xfs on linux
(This used to be commit 9d688eb9cbaed484ccb75d601c2331760bd59fab)
-rw-r--r-- | source4/ntvfs/posix/pvfs_dirlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_dirlist.c b/source4/ntvfs/posix/pvfs_dirlist.c index e8dd149836..c29f70209f 100644 --- a/source4/ntvfs/posix/pvfs_dirlist.c +++ b/source4/ntvfs/posix/pvfs_dirlist.c @@ -52,7 +52,7 @@ struct pvfs_dir { */ #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() |