From: "Frank S. Filz"
I used the following program to test the patch:
It does report 4 failures, as expected, when the file does not already exist:
open("foo", O_CREAT | O_TRUNC | O_RDONLY, 000);
open("foo", O_CREAT | O_TRUNC | O_RDONLY, 111
From: "Frank S. Filz"
The NFS v4 client sends a COMPOUND with an OPEN and an ACCESS.
The ACCESS is required to verify an open for read is actually
allowed because RFC 3530 indicates OPEN for read only must succeed
for an execute only file.
The old code expected to have read acc
2 matches
Mail list logo