Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/nilfs Remove extra char - not sure where that came fr...



details:   https://anonhg.NetBSD.org/src/rev/77b60e3cbf61
branches:  trunk
changeset: 757042:77b60e3cbf61
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Aug 11 13:26:25 2010 +0000

description:
Remove extra char - not sure where that came from (duplicated vi command?)

I really need more caffeine.

Thanks pooka@ for noticing.

diffstat:

 sys/fs/nilfs/nilfs_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 24b05df59b56 -r 77b60e3cbf61 sys/fs/nilfs/nilfs_vfsops.c
--- a/sys/fs/nilfs/nilfs_vfsops.c       Wed Aug 11 13:10:03 2010 +0000
+++ b/sys/fs/nilfs/nilfs_vfsops.c       Wed Aug 11 13:26:25 2010 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index