Bug 135621 - [PATCH] ports/sysutils/fusefs-kmod
Summary: [PATCH] ports/sysutils/fusefs-kmod
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-16 10:20 UTC by Andrei V. Lavreniyuk
Modified: 2009-07-13 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (281 bytes, patch)
2009-06-16 10:20 UTC, Andrei V. Lavreniyuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei V. Lavreniyuk 2009-06-16 10:20:01 UTC
 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... :(
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-16 10:20:09 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-16 10:20:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2009-06-16 14:21:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-06-16 16:46:55 UTC
Responsible Changed
From-To: wxs->miwi

I'll take it.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-06-16 16:52:41 UTC
Responsible Changed
From-To: miwi->wxs

ups sorry
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-07-13 14:52:44 UTC
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"
Comment 7 Wesley Shields freebsd_committer freebsd_triage 2009-07-13 14:53:56 UTC
State Changed
From-To: feedback->closed

Closed with the commit of a modified patch from ports/135285.