From df42f0b7dbdbbc980f7aece7d8c4b611b601640a Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Tue, 18 Jan 2011 12:06:15 +0800 Subject: [PATCH] --- yaml --- r: 231784 b: refs/heads/master c: c0bcc9d55252012805300ca01b9b7a143b4daf85 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/autofs4/root.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 520983bae4c0..6f5466534b67 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8931221411f9ff950de8fd686dc5ab881394cb9a +refs/heads/master: c0bcc9d55252012805300ca01b9b7a143b4daf85 diff --git a/trunk/fs/autofs4/root.c b/trunk/fs/autofs4/root.c index 1dba035fc376..427129ab5292 100644 --- a/trunk/fs/autofs4/root.c +++ b/trunk/fs/autofs4/root.c @@ -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) {