kern/137310: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Aug 31 09:30:06 UTC 2009


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/137310: commit references a PR
Date: Mon, 31 Aug 2009 09:26:20 +0000 (UTC)

 Author: kib
 Date: Mon Aug 31 09:26:04 2009
 New Revision: 196689
 URL: http://svn.freebsd.org/changeset/base/196689
 
 Log:
   Remove spurious pfs_unlock().
   
   PR:	kern/137310
   Reviewed by:	des
   MFC after:	3 days
 
 Modified:
   head/sys/fs/pseudofs/pseudofs_vnops.c
 
 Modified: head/sys/fs/pseudofs/pseudofs_vnops.c
 ==============================================================================
 --- head/sys/fs/pseudofs/pseudofs_vnops.c	Mon Aug 31 09:20:37 2009	(r196688)
 +++ head/sys/fs/pseudofs/pseudofs_vnops.c	Mon Aug 31 09:26:04 2009	(r196689)
 @@ -339,7 +339,6 @@ pfs_getextattr(struct vop_getextattr_arg
  	if (proc != NULL)
  		PROC_UNLOCK(proc);
  
 -	pfs_unlock(pn);
  	PFS_RETURN (error);
  }
  
 _______________________________________________
 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-bugs mailing list