summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-15 04:06:10 +0000
committerobrien <obrien@FreeBSD.org>2002-03-15 04:06:10 +0000
commitb4c5b60736209a4a5da80e707cff9d86250cfbc1 (patch)
tree9936e64c4c3878920ce0c2a9583eeb38bd1b577f /sys/ufs
parentdadb2100e5ef490fc62e9b6ddeaca30c55b360e6 (diff)
downloadFreeBSD-src-b4c5b60736209a4a5da80e707cff9d86250cfbc1.zip
FreeBSD-src-b4c5b60736209a4a5da80e707cff9d86250cfbc1.tar.gz
Quiet a warning on the Alpha.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_softdep.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index 9aaf4bd..b07a356 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 <sys/cdefs.h>
+__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
OpenPOWER on IntegriCloud