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
|
||||
softdep_check_suspend(struct mount *mp,
|
||||
struct vnode *devvp,
|
||||
int softdep_deps,
|
||||
int softdep_accdeps,
|
||||
int softdep_depcnt,
|
||||
int softdep_accdepcnt,
|
||||
int secondary_writes,
|
||||
int secondary_accwrites)
|
||||
{
|
||||
struct bufobj *bo;
|
||||
int error;
|
||||
|
||||
(void) softdep_deps,
|
||||
(void) softdep_accdeps;
|
||||
(void) softdep_depcnt,
|
||||
(void) softdep_accdepcnt;
|
||||
|
||||
bo = &devvp->v_bufobj;
|
||||
ASSERT_BO_WLOCKED(bo);
|
||||
|
Loading…
Reference in New Issue
Block a user