diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-07-13 18:09:23 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-07-13 18:09:23 -0400 |
commit | c514720716c7b109ff980f8b3cb93f9af872c91c (patch) | |
tree | 490a9578995705de69712893a190b67651bddc56 /fs/autofs4 | |
parent | 07929dcb963786512c760dd3ecd148d89295e7e5 (diff) | |
parent | 1e279dd855d15b72364b4103f872d67d8592647e (diff) |
Automatic merge with /usr/src/ntfs-2.6.git.
Diffstat (limited to 'fs/autofs4')
-rw-r--r-- | fs/autofs4/waitq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/autofs4/waitq.c b/fs/autofs4/waitq.c index fa2348dcd671..3df86285a1c7 100644 --- a/fs/autofs4/waitq.c +++ b/fs/autofs4/waitq.c | |||
@@ -231,8 +231,8 @@ int autofs4_wait(struct autofs_sb_info *sbi, struct dentry *dentry, | |||
231 | int type = (notify == NFY_MOUNT ? | 231 | int type = (notify == NFY_MOUNT ? |
232 | autofs_ptype_missing : autofs_ptype_expire_multi); | 232 | autofs_ptype_missing : autofs_ptype_expire_multi); |
233 | 233 | ||
234 | DPRINTK(("new wait id = 0x%08lx, name = %.*s, nfy=%d\n", | 234 | DPRINTK("new wait id = 0x%08lx, name = %.*s, nfy=%d\n", |
235 | (unsigned long) wq->wait_queue_token, wq->len, wq->name, notify)); | 235 | (unsigned long) wq->wait_queue_token, wq->len, wq->name, notify); |
236 | 236 | ||
237 | /* autofs4_notify_daemon() may block */ | 237 | /* autofs4_notify_daemon() may block */ |
238 | autofs4_notify_daemon(sbi, wq, type); | 238 | autofs4_notify_daemon(sbi, wq, type); |