From nobody@FreeBSD.org  Thu Jan 17 21:42:28 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3FA0916A417
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Jan 2008 21:42:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3A2BD13C448
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Jan 2008 21:42:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0HLf6gO038204
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Jan 2008 21:41:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m0HLf6Jr038202;
	Thu, 17 Jan 2008 21:41:06 GMT
	(envelope-from nobody)
Message-Id: <200801172141.m0HLf6Jr038202@www.freebsd.org>
Date: Thu, 17 Jan 2008 21:41:06 GMT
From: "Aryeh M. Friedman" <aryeh.friedman@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/fusefs-kmod uses wrong # of args for vn_lock and VOP_UNLOCK
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: amistry@am-productions.biz

>Number:         119764
>Category:       ports
>Synopsis:       sysutils/fusefs-kmod uses wrong # of args for vn_lock and VOP_UNLOCK
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 17 21:50:02 UTC 2008
>Closed-Date:    Sun Mar 02 19:18:49 UTC 2008
>Last-Modified:  Sun Mar 02 19:18:49 UTC 2008
>Originator:     Aryeh M. Friedman
>Release:        8-current AMD64
>Organization:
FloSoft Systems
>Environment:
>Description:
sysutils/fusefs-kmod uses 3 arguements for vn_lock(9) and VOP_UNLOCK(9) when 7.x and -CURRENT only take two.  Fails to compile due to -Werror cflag
>How-To-Repeat:
attempt to build port on 7.x or -CURRENT
>Fix:
Remove the last arg from each occurance

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 17 21:50:08 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119764 
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: novel 
Responsible-Changed-When: Sun Jan 20 17:53:46 UTC 2008 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119764 

From: Roman Bogorodskiy <novel@FreeBSD.org>
To: bug-followup@FreeBSD.org, aryeh.friedman@gmail.com
Cc:  
Subject: Re: ports/119764: sysutils/fusefs-kmod uses wrong # of args for
	vn_lock and VOP_UNLOCK
Date: Sun, 20 Jan 2008 20:56:03 +0300

 --WIyZ46R2i8wDzkSu
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Here's the actual patch:
 
 http://people.freebsd.org/~novel/misc/fusefs-kmod-lockstuff.diff
 
 Roman Bogorodskiy
 
 --WIyZ46R2i8wDzkSu
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.4 (FreeBSD)
 
 iD8DBQFHk4sy5nvOfo4+NdURAqU9AJ0fYtmevNMDNHAoE5u5aqMP0vcUZgCfbiyR
 Eg513nDD7JN8Aj8PbLmjxrE=
 =wOg4
 -----END PGP SIGNATURE-----
 
 --WIyZ46R2i8wDzkSu--
State-Changed-From-To: feedback->closed 
State-Changed-By: novel 
State-Changed-When: Sun Mar 2 19:18:13 UTC 2008 
State-Changed-Why:  
The problem was fixed in the main branch and the port was updated not so 
long ago. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119764 
>Unformatted:
