diff options
-rw-r--r-- | drivers/xen/tmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/tmem.c b/drivers/xen/tmem.c index c4211a31612d..c87fdee13ee9 100644 --- a/drivers/xen/tmem.c +++ b/drivers/xen/tmem.c | |||
@@ -395,7 +395,7 @@ static int __init xen_tmem_init(void) | |||
395 | } | 395 | } |
396 | #endif | 396 | #endif |
397 | #ifdef CONFIG_CLEANCACHE | 397 | #ifdef CONFIG_CLEANCACHE |
398 | BUG_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid)); | 398 | BUILD_BUG_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid)); |
399 | if (tmem_enabled && cleancache) { | 399 | if (tmem_enabled && cleancache) { |
400 | int err; | 400 | int err; |
401 | 401 | ||