summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/softdep.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-05-19 23:07:25 +0000
committerjulian <julian@FreeBSD.org>1998-05-19 23:07:25 +0000
commit44ee9230176cd609df6c886d20afbd1866ca5f89 (patch)
tree408387f47a2c3ec6f911dcf87bc176ea78812538 /sys/ufs/ffs/softdep.h
parent988e3e4a342a4c2530586875d9aebf700b1b4354 (diff)
downloadFreeBSD-src-44ee9230176cd609df6c886d20afbd1866ca5f89.zip
FreeBSD-src-44ee9230176cd609df6c886d20afbd1866ca5f89.tar.gz
Bring up-to-date with Whistle's current version
Includes some debugging code.
Diffstat (limited to 'sys/ufs/ffs/softdep.h')
-rw-r--r--sys/ufs/ffs/softdep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ufs/ffs/softdep.h b/sys/ufs/ffs/softdep.h
index 3435f63..71bb7fa 100644
--- a/sys/ufs/ffs/softdep.h
+++ b/sys/ufs/ffs/softdep.h
@@ -53,6 +53,7 @@
* SUCH DAMAGE.
*
* @(#)softdep.h 9.5 (McKusick) 2/11/98
+ * $Id:$
*/
#include <sys/queue.h>
@@ -352,7 +353,7 @@ struct allocdirect {
struct indirdep {
struct worklist ir_list; /* buffer holding indirect block */
# define ir_state ir_list.wk_state /* indirect block pointer state */
- ufs_daddr_t *ir_saveddata; /* buffer cache contents */
+ caddr_t ir_saveddata; /* buffer cache contents */
struct buf *ir_savebp; /* buffer holding safe copy */
struct allocindirhd ir_donehd; /* done waiting to update safecopy */
struct allocindirhd ir_deplisthd; /* allocindir deps for this block */
OpenPOWER on IntegriCloud