Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/sys Pull up revision 1.3 (requested by yamt in ticket...



details:   https://anonhg.NetBSD.org/src/rev/da4f23919380
branches:  netbsd-3
changeset: 575132:da4f23919380
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 11:56:25 2005 +0000

description:
Pull up revision 1.3 (requested by yamt in ticket #112):
introduce a function to drain bufq and use it where appropriate.

diffstat:

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

diffs (17 lines):

diff -r feb1c9d6fd86 -r da4f23919380 sys/sys/bufq.h
--- a/sys/sys/bufq.h    Wed Apr 06 11:52:30 2005 +0000
+++ b/sys/sys/bufq.h    Wed Apr 06 11:56:25 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bufq.h,v 1.2 2004/11/25 04:52:23 yamt Exp $    */
+/*     $NetBSD: bufq.h,v 1.2.10.1 2005/04/06 11:56:25 tron Exp $       */
 /*     NetBSD: buf.h,v 1.75 2004/09/18 16:40:11 yamt Exp       */
 
 /*-
@@ -108,6 +108,7 @@
 extern int bufq_disk_default_strat;
 #define        BUFQ_DISK_DEFAULT_STRAT()       bufq_disk_default_strat
 void   bufq_alloc(struct bufq_state *, int);
+void   bufq_drain(struct bufq_state *);
 void   bufq_free(struct bufq_state *);
 
 #define BUFQ_PUT(bufq, bp) \



Home | Main Index | Thread Index | Old Index