summaryrefslogtreecommitdiffstats
path: root/fs/afs
diff options
context:
space:
mode:
authorSven Schnelle2008-04-03 11:44:01 +0200
committerLinus Torvalds2008-04-04 00:40:53 +0200
commitad16df848d7f84a1b7cea92edd515815ea4ccf0f (patch)
treeb7a3c62b409d001711151356c06dcb3360501fe2 /fs/afs
parentsplice: use mapping_gfp_mask (diff)
downloadkernel-qcow2-linux-ad16df848d7f84a1b7cea92edd515815ea4ccf0f.tar.gz
kernel-qcow2-linux-ad16df848d7f84a1b7cea92edd515815ea4ccf0f.tar.xz
kernel-qcow2-linux-ad16df848d7f84a1b7cea92edd515815ea4ccf0f.zip
afs: remove smp_prcessor_id() from debug macro
Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/afs')
-rw-r--r--fs/afs/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h
index 9ba16edc0af2..eec41c76de72 100644
--- a/fs/afs/internal.h
+++ b/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)))