projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ace5d
)
xen/tmem: use BUILD_BUG_ON() in favor of BUG_ON()
author
Jan Beulich
<JBeulich@suse.com>
Thu, 28 May 2015 12:04:33 +0000
(13:04 +0100)
committer
David Vrabel
<david.vrabel@citrix.com>
Thu, 28 May 2015 14:12:59 +0000
(15:12 +0100)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/tmem.c
patch
|
blob
|
history
diff --git
a/drivers/xen/tmem.c
b/drivers/xen/tmem.c
index
c4211a3
..
c87fdee
100644
(file)
--- a/
drivers/xen/tmem.c
+++ b/
drivers/xen/tmem.c
@@
-395,7
+395,7
@@
static int __init xen_tmem_init(void)
}
#endif
#ifdef CONFIG_CLEANCACHE
- BUG_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid));
+ BU
ILD_BU
G_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid));
if (tmem_enabled && cleancache) {
int err;