diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-02 05:46:02 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-03-02 05:46:02 +0000 |
commit | cdcf0a329f83b6f31d60944308c25553bbfe457d (patch) | |
tree | 26eb69d4536dbe9b59152e0b5632ba907083fc87 /sys/ufs/ffs/ffs_extern.h | |
parent | 1150c166ca7098458f6f565544bd7647c9388036 (diff) |
silly fifos aren't a real fs, so we have to be sure to call reclaim
in the host fs.
Diffstat (limited to 'sys/ufs/ffs/ffs_extern.h')
-rw-r--r-- | sys/ufs/ffs/ffs_extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h index 1eb46553dad..b31d6c91c9b 100644 --- a/sys/ufs/ffs/ffs_extern.h +++ b/sys/ufs/ffs/ffs_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_extern.h,v 1.22 2004/01/07 20:47:47 tedu Exp $ */ +/* $OpenBSD: ffs_extern.h,v 1.23 2004/03/02 05:46:01 tedu Exp $ */ /* $NetBSD: ffs_extern.h,v 1.4 1996/02/09 22:22:22 christos Exp $ */ /*- @@ -154,6 +154,7 @@ int ffs_read(void *); int ffs_write(void *); int ffs_fsync(void *); int ffs_reclaim(void *); +int ffsfifo_reclaim(void *); /* |