Quiet a warning on the Alpha.
This commit is contained in:
parent
931c828ac5
commit
f0c8652ed4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user