Handling for this error was added in commit be826706b5c0fcca3bdeff6934cd8d46d046ddfe
.... - BUG_ON(!chunk_root->node); + if (!chunk_root->node) { + printk("Couldn't read chunk root\n"); + goto out_devices; + } ...
Handling for this error was added in commit be826706b5c0fcc a3bdeff6934cd8d 46d046ddfe
.... !chunk_ root->node) ;
- BUG_ON(
+ if (!chunk_root->node) {
+ printk("Couldn't read chunk root\n");
+ goto out_devices;
+ }
...