]> arthur.barton.de Git - netatalk.git/commitdiff
Fix comment for cnid caching enabled by default
authorfranklahm <franklahm>
Fri, 11 Sep 2009 07:46:30 +0000 (07:46 +0000)
committerfranklahm <franklahm>
Fri, 11 Sep 2009 07:46:30 +0000 (07:46 +0000)
etc/afpd/volume.h

index 002d601818e5916e351777f4fc89188021ef4d64..03a66c3e6226d50a759c1a0a79005c6e0502e701 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: volume.h,v 1.31 2009-04-27 07:58:25 franklahm Exp $
+ * $Id: volume.h,v 1.32 2009-09-11 07:46:30 franklahm Exp $
  *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -135,7 +135,7 @@ this is going away. */
 #define AFPVOL_EILSEQ    (1 << 20)  /* encode illegal sequence 'asis' UCS2, ex "\217-", which is not 
                                        a valid SHIFT-JIS char, is encoded  as U\217 -*/
 
-#define AFPVOL_CACHE     (1 << 21)   /* Use adouble v2 CNID caching, default don't use it */
+#define AFPVOL_CACHE     (1 << 21)   /* Use adouble v2 CNID caching. Default: yes */
 #define AFPVOL_INV_DOTS  (1 << 22)   /* dots files are invisible */
 #define AFPVOL_EXT_ATTRS (1 << 23)   /* Volume supports Extended Attributes */
 #define AFPVOL_ACLS      (1 << 25)   /* Volume supports ACLS */