| From: |
| Ian Kent <raven@themaw.net> |
| To: |
| Andrew Morton <akpm@osdl.org> |
| Subject: |
| [PATCH] autofs4 - mistake in debug print |
| Date: |
| Sat, 2 Jul 2005 22:04:40 +0800 (WST) |
| Cc: |
| linux-fsdevel <linux-fsdevel@vger.kernel.org>,
Kernel Mailing List <linux-kernel@vger.kernel.org> |
| Archive-link: |
| Article,
Thread
|
Sorry, I made a mistake in one of my last patches.
Signed-off-by: Ian Kent <raven@themaw.net>
--- linux-2.6.13-rc1-mm1/fs/autofs4/waitq.c.debug-print 2005-07-02 21:57:00.000000000 +0800
+++ linux-2.6.13-rc1-mm1/fs/autofs4/waitq.c 2005-07-02 21:56:04.000000000 +0800
@@ -231,8 +231,8 @@ int autofs4_wait(struct autofs_sb_info *
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);
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html