From f0c8652ed4c9c0b744cd7311fd8dfff39263f262 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 15 Mar 2002 04:06:10 +0000 Subject: [PATCH] Quiet a warning on the Alpha. --- sys/ufs/ffs/ffs_softdep.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index 9aaf4bddf1c..b07a356b07e 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -36,9 +36,11 @@ * SUCH DAMAGE. * * from: @(#)ffs_softdep.c 9.59 (McKusick) 6/21/00 - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* * For now we want the safety net that the DIAGNOSTIC and DEBUG flags provide. */ @@ -834,6 +836,8 @@ softdep_flushfiles(oldmnt, flags, td) { int error, count, loopcnt; + error = 0; + /* * Alternately flush the vnodes associated with the mount * point and process any dependencies that the flushing