autofs4 - fix debug print in autofs4_lookup()

oz_mode isn't defined any more, use autofs4_oz_mode(sbi) instead.

Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

authored by Ian Kent and committed by Al Viro c0bcc9d5 89312214

+2 -1
+2 -1
fs/autofs4/root.c
··· 488 488 sbi = autofs4_sbi(dir->i_sb); 489 489 490 490 DPRINTK("pid = %u, pgrp = %u, catatonic = %d, oz_mode = %d", 491 - current->pid, task_pgrp_nr(current), sbi->catatonic, oz_mode); 491 + current->pid, task_pgrp_nr(current), sbi->catatonic, 492 + autofs4_oz_mode(sbi)); 492 493 493 494 active = autofs4_lookup_active(dentry); 494 495 if (active) {