Re: [PATCH] devfs (2/7) - minor miscdev changes

Roland Dreier (roland@topspin.com)
18 Apr 2003 09:29:00 -0700


int misc_register(struct miscdevice * misc)
{
- static devfs_handle_t devfs_handle, dir;
struct miscdevice *c;
+ char buf[256];

Wouldn't it be better not to have a 256-byte buffer on the stack?

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