kern/175794: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Feb 6 03:00:02 UTC 2013


The following reply was made to PR kern/175794; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/175794: commit references a PR
Date: Wed,  6 Feb 2013 02:51:38 +0000 (UTC)

 Author: pfg
 Date: Wed Feb  6 02:51:25 2013
 New Revision: 246376
 URL: http://svnweb.freebsd.org/changeset/base/246376
 
 Log:
   MFC	r246299;
   
   UFS: Remove dead assignment.
   
   PR:		kern/175794
   Submitted by:	Christoph Mallon
 
 Modified:
   stable/9/sys/ufs/ufs/ufs_lookup.c
 Directory Properties:
   stable/9/sys/   (props changed)
 
 Modified: stable/9/sys/ufs/ufs/ufs_lookup.c
 ==============================================================================
 --- stable/9/sys/ufs/ufs/ufs_lookup.c	Wed Feb  6 01:03:13 2013	(r246375)
 +++ stable/9/sys/ufs/ufs/ufs_lookup.c	Wed Feb  6 02:51:25 2013	(r246376)
 @@ -1432,7 +1432,6 @@ ufs_checkpath(ino_t source_ino, ino_t pa
  		return (0);
  	if (target->i_number == ROOTINO)
  		return (0);
 -	error = 0;
  	for (;;) {
  		error = ufs_dir_dd_ino(vp, cred, &dd_ino);
  		if (error != 0)
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-fs mailing list