[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-755-g08fee0d

James Peach jpeach at apple.com
Thu Dec 20 17:12:20 GMT 2007


The branch, v3-2-test has been updated
       via  08fee0d28a20648d74c6b03d120eaf628f4de70c (commit)
      from  465fd4385013c95f9778d710d70796feae4eb858 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 08fee0d28a20648d74c6b03d120eaf628f4de70c
Author: James Peach <jpeach at apple.com>
Date:   Thu Dec 20 08:31:27 2007 -0800

    Fix typo in filesystem capabilities bits.

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/statvfs.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/statvfs.c b/source/smbd/statvfs.c
index 4314890..0e9a2c2 100644
--- a/source/smbd/statvfs.c
+++ b/source/smbd/statvfs.c
@@ -39,13 +39,11 @@ static int linux_statvfs(const char *path, vfs_statvfs_struct *statbuf)
 		statbuf->FreeFileNodes = statvfs_buf.f_ffree;
 		statbuf->FsIdentifier = statvfs_buf.f_fsid;
 
-#if defined(FILE_CASE_SENSITIVE_SEARCH) && defined(FILE_CASE_PRESERVING_NAMES)
 		/* Good defaults for Linux filesystems are case sensitive
 		 * and case preserving.
 		 */
 		statbuf->FsCapabilities =
-		    FILE_CASE_SENSITIVE_SEARCH | FILE_CASE_PRESERVING_NAMES;
-#endif
+		    FILE_CASE_SENSITIVE_SEARCH | FILE_CASE_PRESERVED_NAMES;
 	}
 	return result;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list