mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
add a stub for softdep_slowdown so that it's possible to build the
kernel without SOFTUPDATES
This commit is contained in:
parent
6ddaf0f45e
commit
ca85ca6099
1 changed files with 6 additions and 0 deletions
|
|
@ -266,4 +266,10 @@ softdep_sync_metadata(ap)
|
|||
return (0);
|
||||
}
|
||||
|
||||
int
|
||||
softdep_slowdown(vp)
|
||||
struct vnode *vp;
|
||||
{
|
||||
panic("softdep_slowdown called");
|
||||
}
|
||||
#endif /* SOFTUPDATES not configured in */
|
||||
|
|
|
|||
Loading…
Reference in a new issue