Peter Wemm f3d6ee090e Only do one VOP_ACCESS() per open() instead of two. This should reduce
the NFSv3 ACCESS RPC problems a little for busy clients that do a lot of
open/close.  The nfs code could probably cache the results, but I'm not
sure whether this would be legal or useful.  The problem is that with
a CPU farm, on each open there would be a lookup, getattr then access RPC
then the read/write RPC activity.  Caching the access results probably
isn't going to help much if the clients access lots of files.  Having the
nfs_access() routine interpret the getattr results is a bit of a hack, but
it's how NFSv2 is done and it might be OK for a mount attribute for v3.
1998-11-02 02:36:16 +00:00
..
1998-10-15 17:09:19 +00:00
1998-08-24 08:32:19 +00:00
1998-07-29 17:38:14 +00:00
1998-01-22 17:30:44 +00:00
1998-02-20 13:37:40 +00:00
1998-07-29 17:38:14 +00:00
1998-07-11 07:46:16 +00:00
1998-10-21 16:31:38 +00:00
1998-08-04 09:21:04 +00:00
1998-08-23 10:16:26 +00:00
1998-08-24 08:32:19 +00:00
1998-09-14 19:56:42 +00:00
1998-09-14 19:56:42 +00:00