Module Name:    src
Committed By:   reinoud
Date:           Wed Jul 29 13:23:23 UTC 2009

Modified Files:
        src/sys/fs/nilfs: nilfs_subr.c

Log Message:
Add debugging text to indicate a super root has been found while searching for
it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/nilfs/nilfs_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/nilfs/nilfs_subr.c
diff -u src/sys/fs/nilfs/nilfs_subr.c:1.2 src/sys/fs/nilfs/nilfs_subr.c:1.3
--- src/sys/fs/nilfs/nilfs_subr.c:1.2	Tue Jul 28 15:31:21 2009
+++ src/sys/fs/nilfs/nilfs_subr.c	Wed Jul 29 13:23:23 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: nilfs_subr.c,v 1.2 2009/07/28 15:31:21 reinoud Exp $ */
+/* $NetBSD: nilfs_subr.c,v 1.3 2009/07/29 13:23:23 reinoud Exp $ */
 
 /*
  * Copyright (c) 2008, 2009 Reinoud Zandijk
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: nilfs_subr.c,v 1.2 2009/07/28 15:31:21 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nilfs_subr.c,v 1.3 2009/07/29 13:23:23 reinoud Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -535,6 +535,7 @@
 		error = EIO;
 	}
 	/* else got our super root! */
+	DPRINTF(VOLUMES, ("    got superroot\n"));
 
 out:
 	if (bp)

Reply via email to