summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>2006-03-19 22:16:44 +0000
committertegge <tegge@FreeBSD.org>2006-03-19 22:16:44 +0000
commit9d0a01c72c9e90544ae40c954d2d9e7529e09043 (patch)
tree6a19ddfe89811e0de8a227893adec9b5921d7cd3 /sys/ufs/ffs
parentb09da81e5f139fa2e5002e7ff28a20fc429279d7 (diff)
downloadFreeBSD-src-9d0a01c72c9e90544ae40c954d2d9e7529e09043.zip
FreeBSD-src-9d0a01c72c9e90544ae40c954d2d9e7529e09043.tar.gz
Allow compilation when not using softupdates.
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c2
1 files changed, 0 insertions, 2 deletions
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) {
OpenPOWER on IntegriCloud