Re: [PATCH UPDATED] xen: add xenfs to allow usermode <-> Xen interaction

From: Jeremy Fitzhardinge
Date: Wed Dec 17 2008 - 16:51:07 EST


Andrew Morton wrote:
I'm bored of your filesystem, so I think I'll just merge it, unless
someone else wants to ;)

Yay! Boring code Wins!

Was this noticed and considered?

WARNING: consider using strict_strtoul in preference to simple_strtoul
#543: FILE: drivers/xen/xenfs/xenbus.c:315:
+ trans->handle.id = simple_strtoul(reply, NULL, 0);

Noticed that, but wasn't sure how to handle an error there anyway. Something pretty horrible must have happened at the other end.

J
--
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/