Loading drivers/xen/tmem.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -395,7 +395,7 @@ static int __init xen_tmem_init(void) } } #endif #endif #ifdef CONFIG_CLEANCACHE #ifdef CONFIG_CLEANCACHE BUG_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid)); BUILD_BUG_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid)); if (tmem_enabled && cleancache) { if (tmem_enabled && cleancache) { int err; int err; Loading Loading
drivers/xen/tmem.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -395,7 +395,7 @@ static int __init xen_tmem_init(void) } } #endif #endif #ifdef CONFIG_CLEANCACHE #ifdef CONFIG_CLEANCACHE BUG_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid)); BUILD_BUG_ON(sizeof(struct cleancache_filekey) != sizeof(struct tmem_oid)); if (tmem_enabled && cleancache) { if (tmem_enabled && cleancache) { int err; int err; Loading