Fix build problem on ARM (which defaults to building without soft updates).
Reported by: Tinderbox Sponsored by: Netflix
This commit is contained in:
parent
227d67aa54
commit
07599ccb28
@ -536,16 +536,16 @@ softdep_request_cleanup(fs, vp, cred, resource)
|
|||||||
int
|
int
|
||||||
softdep_check_suspend(struct mount *mp,
|
softdep_check_suspend(struct mount *mp,
|
||||||
struct vnode *devvp,
|
struct vnode *devvp,
|
||||||
int softdep_deps,
|
int softdep_depcnt,
|
||||||
int softdep_accdeps,
|
int softdep_accdepcnt,
|
||||||
int secondary_writes,
|
int secondary_writes,
|
||||||
int secondary_accwrites)
|
int secondary_accwrites)
|
||||||
{
|
{
|
||||||
struct bufobj *bo;
|
struct bufobj *bo;
|
||||||
int error;
|
int error;
|
||||||
|
|
||||||
(void) softdep_deps,
|
(void) softdep_depcnt,
|
||||||
(void) softdep_accdeps;
|
(void) softdep_accdepcnt;
|
||||||
|
|
||||||
bo = &devvp->v_bufobj;
|
bo = &devvp->v_bufobj;
|
||||||
ASSERT_BO_WLOCKED(bo);
|
ASSERT_BO_WLOCKED(bo);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user