[OpenAFS] Re: Problem with openafs-1.3.81 on kernel 2.6.11.7

Kris Van Hees aedil-afs@alchar.org
Tue, 19 Apr 2005 07:40:47 -0400


On Tue, Apr 19, 2005 at 12:01:18PM +0100, Dr A V Le Blanc wrote:
> Chaskiel M Grundman <cg2v@andrew.cmu.edu> recently posted a patch
> currently in CVS, which Chas Williams <chas@cmf.nrl.navy.mil>
> appeared to say fixed the problem.  The important bit of the patch
> reads:
> 
>       #if defined(AFS_LINUX24_ENV)
>      +    filp->f_mode = FMODE_READ|FMODE_WRITE;
>           filp->f_op = fops_get(tip->i_fop);
>       #else
> 
> As far as I can see, this is not compiled in the AFS_LINUX26_ENV,
> which is of course the environment of kernel 2.6.11.7, about which
> I originally reported this bug.

Other than that AFS_LINUX24_ENV is defined if AFS_LINUX26_ENV is defined also.
See config/param.i386_linux26.h.

	Kris