mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
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 <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
90c970d3b6
commit
4768ed68d0
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user