Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4267
b: refs/heads/master
c: 682d4fc
h: refs/heads/master
i:
  4265: fe46011
  4263: e6bca9d
v: v3
  • Loading branch information
Ian Kent authored and Linus Torvalds committed Jul 8, 2005
1 parent 5128de0 commit e76750d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 214a627cb401284f87cca7e1510a0f4284f1a17c
refs/heads/master: 682d4fc93105ebf0bdfbb04a4b85047999b17844
4 changes: 2 additions & 2 deletions trunk/fs/autofs4/waitq.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ int autofs4_wait(struct autofs_sb_info *sbi, struct dentry *dentry,
int type = (notify == NFY_MOUNT ?
autofs_ptype_missing : autofs_ptype_expire_multi);

DPRINTK(("new wait id = 0x%08lx, name = %.*s, nfy=%d\n",
(unsigned long) wq->wait_queue_token, wq->len, wq->name, notify));
DPRINTK("new wait id = 0x%08lx, name = %.*s, nfy=%d\n",
(unsigned long) wq->wait_queue_token, wq->len, wq->name, notify);

/* autofs4_notify_daemon() may block */
autofs4_notify_daemon(sbi, wq, type);
Expand Down

0 comments on commit e76750d

Please sign in to comment.