[PATCH] autofs4 - mistake in debug print

From: Ian Kent
Date: Sat Jul 02 2005 - 09:09:37 EST



Sorry, I made a mistake in one of my last patches.

Signed-off-by: Ian Kent <raven@xxxxxxxxxx>

--- 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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/