summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsstats.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-09-10 19:52:27 +0000
committerphk <phk@FreeBSD.org>1997-09-10 19:52:27 +0000
commit4d0f72e0e25cb52d81ff2dfec572ad57269f7255 (patch)
tree60645a256c28dd6f2dfb473b58187fa055860e05 /sys/nfsclient/nfsstats.h
parent8e20f7ec0eb58e4adf6aaa2f3a9ca01a9bce42c4 (diff)
downloadFreeBSD-src-4d0f72e0e25cb52d81ff2dfec572ad57269f7255.zip
FreeBSD-src-4d0f72e0e25cb52d81ff2dfec572ad57269f7255.tar.gz
unifdef -U__NetBSD__ -D__FreeBSD__
Diffstat (limited to 'sys/nfsclient/nfsstats.h')
-rw-r--r--sys/nfsclient/nfsstats.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h
index e1a4755..8fa52f3 100644
--- a/sys/nfsclient/nfsstats.h
+++ b/sys/nfsclient/nfsstats.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.4 (Berkeley) 5/1/95
- * $Id: nfs.h,v 1.29 1997/07/16 09:06:27 dfr Exp $
+ * $Id: nfs.h,v 1.30 1997/08/16 19:15:54 wollman Exp $
*/
#ifndef _NFS_NFS_H_
@@ -93,11 +93,7 @@
* The B_INVAFTERWRITE flag should be set to whatever is required by the
* buffer cache code to say "Invalidate the block after it is written back".
*/
-#ifdef __FreeBSD__
#define B_INVAFTERWRITE B_NOCACHE
-#else
-#define B_INVAFTERWRITE B_INVAL
-#endif
/*
* The IO_METASYNC flag should be implemented for local file systems.
OpenPOWER on IntegriCloud