[OpenAFS] Compatibility of openafs with suspend2 ?

Derrick J Brashear shadow@dementia.org
Sun, 2 Oct 2005 03:01:45 -0400 (EDT)


On Sun, 2 Oct 2005, Madhusudan Singh wrote:

> Here is the error o/p from the module compilation :

So if you have no PF_FREEZE, one wonders why it's trying to compile that 
code at all. In fact:

>  CC
> [M]  /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.13.1-rj-SP/osi_misc.o


> /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.13.1-rj-SP/osi_sleep.c: In
> function 'osi_TimedSleep':
> /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.13.1-rj-SP/osi_sleep.c:291:
> error: 'PF_FREEZE' undeclared (first use in this function)
> /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.13.1-rj-SP/osi_sleep.c:291:

PF_FREEZE doesn't occur on line 291 of 1.4.0-rc5.

If you have something older, well, stop that.

Derrick