Kernel module fuse.ko no work. System halted. Fix: --- fuse_io.c.orig 2009-06-16 11:53:16.000000000 +0300 +++ fuse_io.c 2009-06-16 08:21:35.000000000 +0300 @@ -749,7 +749,7 @@ bp->b_dirtyoff = on; bp->b_dirtyend = on + n; } - vfs_bio_set_validclean(bp, on, n); + vfs_bio_set_valid(bp, on, n); } bwrite(bp); Patch attached with submission follows: How-To-Repeat: Starting gimp (compiled whith fuse). System halted... :( Starting thunderbird + add attachment and new mail. System halted... :(
Maintainer of sysutils/fusefs-kmod, Please note that PR ports/135621 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135621 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
Responsible Changed From-To: wxs->miwi I'll take it.
Responsible Changed From-To: miwi->wxs ups sorry
wxs 2009-07-13 13:52:30 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod Makefile sysutils/fusefs-kmod/files patch-fuse_module__fuse_io.c Log: - Fix build on current PR: [1]: ports/135621 [2]: ports/136211 [3]: ports/135285 Submitted by: [1]: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua> [2]: Takeshi Taguchi <taguchi@iij.ad.jp> [3]: David Naylor <naylor.b.david@gmail.com> Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer) Revision Changes Path 1.29 +1 -5 ports/sysutils/fusefs-kmod/Makefile 1.2 +108 -3 ports/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_io.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Closed with the commit of a modified patch from ports/135285.