From d8c308d03b3207c0e9a10484d6dc3644b33ab808 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Thu, 3 Apr 2008 10:44:01 +0100 Subject: [PATCH] --- yaml --- r: 88112 b: refs/heads/master c: ad16df848d7f84a1b7cea92edd515815ea4ccf0f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/afs/internal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c359353afd44..9855a3dbbb0a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4cd13504652d28e16bf186c6bb2bbb3725369383 +refs/heads/master: ad16df848d7f84a1b7cea92edd515815ea4ccf0f diff --git a/trunk/fs/afs/internal.h b/trunk/fs/afs/internal.h index 9ba16edc0af2..eec41c76de72 100644 --- a/trunk/fs/afs/internal.h +++ b/trunk/fs/afs/internal.h @@ -749,7 +749,7 @@ extern int afs_fsync(struct file *, struct dentry *, int); extern unsigned afs_debug; #define dbgprintk(FMT,...) \ - printk("[%x%-6.6s] "FMT"\n", smp_processor_id(), current->comm ,##__VA_ARGS__) + printk("[%-6.6s] "FMT"\n", current->comm ,##__VA_ARGS__) /* make sure we maintain the format strings, even when debugging is disabled */ static inline __attribute__((format(printf,1,2)))