hi, > Module Name: src > Committed By: pooka > Date: Fri Dec 31 18:16:41 UTC 2010 > > Modified Files: > src/tests/fs/common: h_fsmacros.h > > Log Message: > Introduce r/o tests. They do two mounts: the first one is r/w and > runs a generator which primes the fs. The second one is r/o and > does the actual testing. Also, introduce a nfsro fstype which does > a clientside r/w mount for a r/o server export. > > requested by yamt
thanks. > (one nfsro test currently fails with EROFS vs. EACCES. Hopefully > someone else can debate the correct errno) the NFS ACCESS procedure, which is used for open time permission checks, does not have a way to distinguish EROFS and EACCES. ie. EACCES is the expected behaviour in this case. YAMAMOTO Takashi > > > To generate a diff of this commit: > cvs rdiff -u -r1.23 -r1.24 src/tests/fs/common/h_fsmacros.h > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files.