Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231784
b: refs/heads/master
c: c0bcc9d
h: refs/heads/master
v: v3
  • Loading branch information
Ian Kent authored and Al Viro committed Jan 18, 2011
1 parent 7902c1d commit df42f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8931221411f9ff950de8fd686dc5ab881394cb9a
refs/heads/master: c0bcc9d55252012805300ca01b9b7a143b4daf85
3 changes: 2 additions & 1 deletion trunk/fs/autofs4/root.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit df42f0b

Please sign in to comment.