From 4768ed68d0831d208f4ebeead06e0b4e422f728e Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 26 Apr 2010 15:55:57 -0400 Subject: [PATCH] dcache dirty pages flag is solaris only note that IFDirtyPages is Solaris-only, so there's no confusion. may be worth visiting to see if and how the code should be minimized or adapted for elsewhere Change-Id: I7dfe4760eb4038d23a920c2e23f33d93e604bbca Reviewed-on: http://gerrit.openafs.org/1840 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/afs/afs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs.h b/src/afs/afs.h index 5ff445e097..4aaf335f7c 100644 --- a/src/afs/afs.h +++ b/src/afs/afs.h @@ -997,7 +997,7 @@ struct cm_initparams { #define IFFree 2 /* index entry in freeDCList */ #define IFDataMod 4 /* file needs to be written out */ #define IFFlag 8 /* utility flag */ -#define IFDirtyPages 16 +#define IFDirtyPages 16 /* Solaris-only. contains dirty pages */ #define IFAnyPages 32 #define IFDiscarded 64 /* index entry in discardDCList */