From 9d0a01c72c9e90544ae40c954d2d9e7529e09043 Mon Sep 17 00:00:00 2001 From: tegge Date: Sun, 19 Mar 2006 22:16:44 +0000 Subject: Allow compilation when not using softupdates. --- sys/ufs/ffs/ffs_vfsops.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/ufs/ffs') diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index fbc143c..ae7f148 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -1758,9 +1758,7 @@ ffs_geom_strategy(struct bufobj *bo, struct buf *bp) { struct vnode *vp; int error; -#ifdef SOFTUPDATES struct buf *tbp; -#endif vp = bo->__bo_vnode; if (bp->b_iocmd == BIO_WRITE) { -- cgit v1.1