yick. nasty.
> Pavel
> PS: Yes, plan-9 like solution would be nicer. Even newioctl(fd, ptr,
> length) would be nicer :-).
Hmm..
ssize_t write(int fd, const void *buf, size_t count);
vs
newioctl(fd, ptr, length);
:-)
Maybe we should have `writectl' and `readctl' calls on an fd so that we
don't need to have separate ctl files?
-- Matthew Wilcox <willy@bofh.ai> "Windows and MacOS are products, contrived by engineers in the service of specific companies. Unix, by contrast, is not so much a product as it is a painstakingly compiled oral history of the hacker subculture." - N Stephenson- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/