From 06bc06cf08e0d36a7ca4a01beed5909920cd69d6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Sep 2006 13:48:42 +0000 Subject: r18341: ooh this gets subtle - this needed for xfs on linux (This used to be commit 9d688eb9cbaed484ccb75d601c2331760bd59fab) --- source4/ntvfs/posix/pvfs_dirlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix/pvfs_dirlist.c') 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() -- cgit