add a stub for softdep_slowdown so that it's possible to build the
kernel without SOFTUPDATES
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user