Module Name:    src
Committed By:   reinoud
Date:           Thu Jun 18 15:03:34 UTC 2009

Modified Files:
        src/sys/fs/udf: udf_subr.c

Log Message:
Enhance comment on node locking when writing out a node's descriptors.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/fs/udf/udf_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/fs/udf/udf_subr.c
diff -u src/sys/fs/udf/udf_subr.c:1.92 src/sys/fs/udf/udf_subr.c:1.93
--- src/sys/fs/udf/udf_subr.c:1.92	Thu Jun 18 15:01:34 2009
+++ src/sys/fs/udf/udf_subr.c	Thu Jun 18 15:03:34 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.92 2009/06/18 15:01:34 reinoud Exp $ */
+/* $NetBSD: udf_subr.c,v 1.93 2009/06/18 15:03:34 reinoud Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.92 2009/06/18 15:01:34 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.93 2009/06/18 15:03:34 reinoud Exp $");
 #endif /* not lint */
 
 
@@ -5434,7 +5434,7 @@
 		return 0;
 	}
 
-	/* lock node */
+	/* lock node; unlocked in callback */
 	UDF_LOCK_NODE(udf_node, 0);
 
 	/* at least one descriptor writeout */

Reply via email to