ports/135621: [PATCH] ports/sysutils/fusefs-kmod

Andrei Lavreniyuk andy.lavr at reactor-xg.kiev.ua
Tue Jun 16 09:20:02 UTC 2009


>Number:         135621
>Category:       ports
>Synopsis:       [PATCH] ports/sysutils/fusefs-kmod
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 16 09:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Andrei Lavreniyuk
>Release:        FreeBSD 8.0-CURRENT
>Organization:
Technica-03, Inc.
>Environment:
FreeBSD datacenter.technica-03.local 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Jun 14 14:40:28 EEST 2009     root at datacenter.technica-03.local:/usr/obj/usr/src/sys/SMP64  amd64
>Description:

 Kernel module fuse.ko no work. System halted. 
>How-To-Repeat:

 Starting gimp (compiled whith fuse). System halted... :(

 Starting thunderbird + add attachment and new mail. 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:

--- 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);


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list