Re: [PATCH 01/10] Add yaffs2 file system: Allocation, block handlingand bitmapping code

From: David Daney
Date: Wed Jan 19 2011 - 15:37:56 EST


On 01/19/2011 12:25 PM, Ryan Mallon wrote:
On 01/14/2011 04:06 PM, Charles Manning wrote:
[...]
+ if (!allocator) {
+ YBUG();
+ return;
+ }

You don't need this bug, the dereference of allocator below will oops
with all the same information as bug.


Is that true for nommu systems too?

David Daney
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/