From: Derrick Brashear Date: Mon, 26 Apr 2010 19:55:57 +0000 (-0400) Subject: dcache dirty pages flag is solaris only X-Git-Tag: openafs-devel-1_5_75~368 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4768ed68d0831d208f4ebeead06e0b4e422f728e;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/afs/afs.h b/src/afs/afs.h index 5ff445e09..4aaf335f7 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 */