Module Name: src
Committed By: pgoyette
Date: Wed Aug 11 13:26:25 UTC 2010
Modified Files:
src/sys/fs/nilfs: nilfs_vfsops.c
Log Message:
Remove extra char - not sure where that came from (duplicated vi command?)
I really need more caffeine.
Thanks pooka@ for noticing.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/fs/nilfs/nilfs_vfsops.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_vfsops.c
diff -u src/sys/fs/nilfs/nilfs_vfsops.c:1.4 src/sys/fs/nilfs/nilfs_vfsops.c:1.5
--- src/sys/fs/nilfs/nilfs_vfsops.c:1.4 Wed Aug 11 11:43:13 2010
+++ src/sys/fs/nilfs/nilfs_vfsops.c Wed Aug 11 13:26:25 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: nilfs_vfsops.c,v 1.4 2010/08/11 11:43:13 pgoyette Exp $ */
+/* $NetBSD: nilfs_vfsops.c,v 1.5 2010/08/11 13:26:25 pgoyette Exp $ */
/*
* Copyright (c) 2008, 2009 Reinoud Zandijk
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: nilfs_vfsops.c,v 1.4 2010/08/11 11:43:13 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nilfs_vfsops.c,v 1.5 2010/08/11 13:26:25 pgoyette Exp $");
#endif /* not lint */
@@ -632,7 +632,7 @@
nilfsdev->refcnt = 1;
nilfsdev->devvp = devvp;
nilfsdev->uncomitted_bl = 0;
- cv_init(&nilfsdev->sync_cv, "nilfsisyn");
+ cv_init(&nilfsdev->sync_cv, "nilfssyn");
STAILQ_INIT(&nilfsdev->mounts);
/* get our device's size */