]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/autofs4/root.c
autofs4 - fix debug print in autofs4_lookup()
[mv-sheeva.git] / fs / autofs4 / root.c
index 1dba035fc37651db8906ad7e8e8b5cc075b587e2..427129ab5292d777ec69855c96a8300007bf3010 100644 (file)
@@ -488,7 +488,8 @@ static struct dentry *autofs4_lookup(struct inode *dir, struct dentry *dentry, s
        sbi = autofs4_sbi(dir->i_sb);
 
        DPRINTK("pid = %u, pgrp = %u, catatonic = %d, oz_mode = %d",
-               current->pid, task_pgrp_nr(current), sbi->catatonic, oz_mode);
+               current->pid, task_pgrp_nr(current), sbi->catatonic,
+               autofs4_oz_mode(sbi));
 
        active = autofs4_lookup_active(dentry);
        if (active) {