Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2006 14:46:40 +0100
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        Tom Rhodes <trhodes@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/nfsserver nfs_serv.c
Message-ID:  <20060121134636.GC611@wombat.fafoe.narf.at>
In-Reply-To: <200601211210.k0LCAXYl069896@repoman.freebsd.org>
References:  <200601211210.k0LCAXYl069896@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 21, 2006 at 12:10:33PM +0000, Tom Rhodes wrote:
> trhodes     2006-01-21 12:10:33 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/nfsserver        nfs_serv.c 
>   Log:
>   Remove some dead code.
>   
>   Found with:     Coverity Prevent(tm)

Hm, are you sure this change is correct?  Apparently Coverity thinks
that dirp is always 0 at this point, yes?  Looking at nfs_namei() I
don't believe that.  Also the comment above this is now stale and the
code inside 'if (error)' not indented properly.

Stefan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060121134636.GC611>