Re: bug in nfs_access()

1999-01-28 Thread Doug Rabson
On Thu, 28 Jan 1999, Matthew Dillon wrote: > : > :On Wed, 27 Jan 1999, Matthew Dillon wrote: > : > :> bug in nfs_access(). nfs/nfs_vnops.c, line 414 or so. > :> > :> Fixed! > :> > :> This is a nasty one. I'm surprised it hasn't caus

Re: bug in nfs_access()

1999-01-28 Thread Doug Rabson
On Wed, 27 Jan 1999, Matthew Dillon wrote: > bug in nfs_access(). nfs/nfs_vnops.c, line 414 or so. > > Fixed! > > This is a nasty one. I'm surprised it hasn't caused grief before Never mind, I just read the commit message and managed to actually see the mi

Re: bug in nfs_access()

1999-01-28 Thread Matthew Dillon
: :On Wed, 27 Jan 1999, Matthew Dillon wrote: : :> bug in nfs_access(). nfs/nfs_vnops.c, line 414 or so. :> :> Fixed! :> :> This is a nasty one. I'm surprised it hasn't caused grief before : :I can't see the problem in this code. What was the bug? --

Re: bug in nfs_access()

1999-01-28 Thread Doug Rabson
On Wed, 27 Jan 1999, Matthew Dillon wrote: > bug in nfs_access(). nfs/nfs_vnops.c, line 414 or so. > > Fixed! > > This is a nasty one. I'm surprised it hasn't caused grief before I can't see the problem in this code. Wha

bug in nfs_access()

1999-01-27 Thread Matthew Dillon
bug in nfs_access(). nfs/nfs_vnops.c, line 414 or so. Fixed! This is a nasty one. I'm surprised it hasn't caused grief before -Matt Matt