PERFORCE change 194961 for review

Ilya Putsikau ilya at FreeBSD.org
Sun Jun 19 09:38:53 UTC 2011


http://p4web.freebsd.org/@@194961?ac=10

Change 194961 by ilya at ilya_triton2011 on 2011/06/19 09:38:00

	Correct vflush, there is no additional root vnode references

Affected files ...

.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_vfsops.c#14 edit

Differences ...

==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_vfsops.c#14 (text+ko) ====

@@ -293,7 +293,7 @@
     }
 
     /* There is 1 extra root vnode reference (mp->mnt_data). */
-    err = vflush(mp, 1, flags, td);
+    err = vflush(mp, 0, flags, td);
     if (err) {
         debug_printf("vflush failed");
         return (err);


More information about the p4-projects mailing list