projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd1350
)
afs: remove smp_prcessor_id() from debug macro
author
Sven Schnelle
<
[email protected]
>
Thu, 3 Apr 2008 09:44:01 +0000
(10:44 +0100)
committer
Linus Torvalds
<
[email protected]
>
Thu, 3 Apr 2008 22:40:53 +0000
(15:40 -0700)
Signed-off-by: Sven Schnelle <
[email protected]
>
Signed-off-by: David Howells <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/afs/internal.h
patch
|
blob
|
history
diff --git
a/fs/afs/internal.h
b/fs/afs/internal.h
index 9ba16edc0af2d7423ab6917084273ad3c403188d..eec41c76de72135d831f4bf7a00819b503110999 100644
(file)
--- 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)))