Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Update b_proc comment to reality.



details:   https://anonhg.NetBSD.org/src/rev/eb6ab4c7d149
branches:  trunk
changeset: 511001:eb6ab4c7d149
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sun Jun 10 18:43:25 2001 +0000

description:
Update b_proc comment to reality.

diffstat:

 sys/sys/buf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a8d8401d8e0b -r eb6ab4c7d149 sys/sys/buf.h
--- a/sys/sys/buf.h     Sun Jun 10 18:41:27 2001 +0000
+++ b/sys/sys/buf.h     Sun Jun 10 18:43:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: buf.h,v 1.46 2001/04/30 01:13:20 lukem Exp $   */
+/*     $NetBSD: buf.h,v 1.47 2001/06/10 18:43:25 ragge Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -173,7 +173,7 @@
        LIST_ENTRY(buf) b_vnbufs;       /* Buffer's associated vnode. */
        TAILQ_ENTRY(buf) b_freelist;    /* Free list position if not active. */
        TAILQ_ENTRY(buf) b_actq;        /* Device driver queue when active. */
-       struct  proc *b_proc;           /* Associated proc; NULL if kernel. */
+       struct  proc *b_proc;           /* Associated proc if B_PHYS set. */
        volatile long   b_flags;        /* B_* flags. */
        int     b_error;                /* Errno value. */
        long    b_bufsize;              /* Allocated buffer size. */



Home | Main Index | Thread Index | Old Index