projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
214a627
)
[PATCH] autofs4: mistake in debug print
author
Ian Kent
<raven@themaw.net>
Fri, 8 Jul 2005 00:57:02 +0000
(17:57 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 8 Jul 2005 01:23:46 +0000
(18:23 -0700)
Fix debugging printk.
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/autofs4/waitq.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/autofs4/waitq.c
b/fs/autofs4/waitq.c
index fa2348dcd6718732c3f8bfb4ad2ecfe52c323aad..3df86285a1c7e981e054d145fb134b89673336ab 100644
(file)
--- 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,
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);