tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: efs misusing FREAD?



In article <49ECDD94.3080109%NetBSD.org@localhost>, Elad Efrat  
<elad%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Hi,
>
>Looking at the efs code, I've noticed that it's the only file-system
>that passes FREAD to VOP_ACCESS(), where all others pass VREAD (or
>VWRITE, for that matter). vaccess() also expects the "V" values.
>
>Is the attached diff okay? (couldn't use "mode" as it's used later
>on)

Yes, it is correct.

christos



Home | Main Index | Thread Index | Old Index