Add stub for softdep_flushworklist() so that kernels compiled

without the SOFTUPDATES option will load correctly.

Obtained from:	John Baldwin <jhb@bsdi.com>
This commit is contained in:
Kirk McKusick 2000-07-25 05:28:59 +00:00
parent d56bdab31c
commit 55ba28c60a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63829

View File

@ -242,6 +242,16 @@ softdep_fsync_mountdev(vp)
return;
}
int
softdep_flushworklist(oldmnt, countp, p)
struct mount *oldmnt;
int *countp;
struct proc *p;
{
return (0);
}
int
softdep_sync_metadata(ap)
struct vop_fsync_args /* {