Source-Changes-HG archive

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

[src/trunk]: src/sys/sys G/C cluster_read(), cluster_write(), cluster_callbac...



details:   https://anonhg.NetBSD.org/src/rev/9585360bf611
branches:  trunk
changeset: 556934:9585360bf611
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Dec 30 20:44:16 2003 +0000

description:
G/C cluster_read(), cluster_write(), cluster_callback() prototypes.

diffstat:

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

diffs (20 lines):

diff -r 6f28efe8165f -r 9585360bf611 sys/sys/buf.h
--- a/sys/sys/buf.h     Tue Dec 30 20:43:46 2003 +0000
+++ b/sys/sys/buf.h     Tue Dec 30 20:44:16 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: buf.h,v 1.67 2003/12/30 20:43:46 thorpej Exp $ */
+/*     $NetBSD: buf.h,v 1.68 2003/12/30 20:44:16 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -293,10 +293,6 @@
 void   bremfree(struct buf *);
 void   bufinit(void);
 int    bwrite(struct buf *);
-void   cluster_callback(struct buf *);
-int    cluster_read(struct vnode *, u_quad_t, daddr_t, long, struct ucred *,
-                    struct buf **);
-void   cluster_write(struct buf *, u_quad_t);
 struct buf *getblk(struct vnode *, daddr_t, int, int, int);
 struct buf *geteblk(int);
 struct buf *getnewbuf(int, int, int);



Home | Main Index | Thread Index | Old Index