cvs commit: src/sys/nfsserver nfs_serv.c
    Stefan Farfeleder 
    stefanf at FreeBSD.org
       
    Sat Jan 21 05:46:44 PST 2006
    
    
  
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
    
    
More information about the cvs-all
mailing list