Source-Changes-HG archive

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

[src/yamt-uio_vmspace]: src/sys/fs/ntfs fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/8a615acae41e
branches:  yamt-uio_vmspace
changeset: 586722:8a615acae41e
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 18 11:44:29 2006 +0000

description:
fix a typo.

diffstat:

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

diffs (27 lines):

diff -r 76f9a5e405cc -r 8a615acae41e sys/fs/ntfs/ntfs_vnops.c
--- a/sys/fs/ntfs/ntfs_vnops.c  Sat Feb 18 11:12:18 2006 +0000
+++ b/sys/fs/ntfs/ntfs_vnops.c  Sat Feb 18 11:44:29 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_vnops.c,v 1.27.2.1 2006/02/18 09:47:03 yamt Exp $ */
+/*     $NetBSD: ntfs_vnops.c,v 1.27.2.2 2006/02/18 11:44:29 yamt Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ntfs_vnops.c,v 1.27.2.1 2006/02/18 09:47:03 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ntfs_vnops.c,v 1.27.2.2 2006/02/18 11:44:29 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -697,7 +697,7 @@
 #endif
 
                dprintf(("ntfs_readdir: %d cookies\n",ncookies));
-               if (!VM_VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
+               if (!VMSPACE_IS_KERNEL_P(uio->uio_vmspace) ||
                    uio->uio_iovcnt != 1)
                        panic("ntfs_readdir: unexpected uio from NFS server");
                dpStart = (struct dirent *)



Home | Main Index | Thread Index | Old Index