Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/amd/include Allow amd to turn off the attribute cache.



details:   https://anonhg.NetBSD.org/src/rev/cd4746ec4e2f
branches:  trunk
changeset: 584462:cd4746ec4e2f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 18 23:45:46 2005 +0000

description:
Allow amd to turn off the attribute cache.

diffstat:

 usr.sbin/amd/include/config.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e50bc2f73bc8 -r cd4746ec4e2f usr.sbin/amd/include/config.h
--- a/usr.sbin/amd/include/config.h     Sun Sep 18 23:44:54 2005 +0000
+++ b/usr.sbin/amd/include/config.h     Sun Sep 18 23:45:46 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.35 2005/04/23 18:53:52 christos Exp $ */
+/* $NetBSD: config.h,v 1.36 2005/09/18 23:45:46 christos Exp $ */
 
 /* config.h.  Generated by configure.  */
 /* config.h.in.  Generated from configure.in by autoheader.  */
@@ -1557,7 +1557,7 @@
 #define MNT2_NFS_OPT_NFSV3 0x200
 
 /* don't cache attributes */
-/* #undef MNT2_NFS_OPT_NOAC */
+#define        MNT2_NFS_OPT_NOAC 0x80000
 
 /* Don't Connect the socket */
 #define MNT2_NFS_OPT_NOCONN 0x80



Home | Main Index | Thread Index | Old Index