On Tue, May 22, 2001 at 08:49:04AM +0100, Alan Cox wrote: > > For _devices_, though? I don't expect my mouse to work if gpm and xfree > > both try to consume device events from the same filp. Heck, it doesn't > > even work when they try to consume events from the same inode :-) I think > > this is a reasonable restriction for the class of devices in question. > > Not really. Think about basic things like full duplex audio with two threads `the class of devices in question' was cryptographic devices, and possibly other transactional DSPs. I don't consider audio to be transactional. in any case, you can do transactional things with two threads, as long as they each have their own fd on the device. Think of the fd as your transaction handle. -- Revolutions do not require corporate support. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [RFD w/info-PATCH] device arguments from look... Alexander Viro
- Re: [RFD w/info-PATCH] device arguments from ... Richard Gooch
- Re: [RFD w/info-PATCH] device arguments from ... Pavel Machek
- Re: [RFD w/info-PATCH] device arguments from ... Alan Cox
- Re: [RFD w/info-PATCH] device arguments from ... Alexander Viro
- Re: [RFD w/info-PATCH] device arguments from ... Alan Cox
- Re: [RFD w/info-PATCH] device arguments from ... Matthew Wilcox
- Re: [RFD w/info-PATCH] device arguments from ... Linus Torvalds
- Re: [RFD w/info-PATCH] device arguments from ... Matthew Wilcox
- Re: [RFD w/info-PATCH] device arguments from ... Alan Cox
- Re: [RFD w/info-PATCH] device arguments from ... Matthew Wilcox
- Re: [RFD w/info-PATCH] device arguments from ... Alan Cox
- Re: [RFD w/info-PATCH] device arguments from ... Matthew Wilcox
- Re: [RFD w/info-PATCH] device arguments from ... Alan Cox
- Re: [RFD w/info-PATCH] device arguments from lookup, parti... Alexander Viro
- Re: [RFD w/info-PATCH] device arguments from lookup, parti... David Woodhouse
- Re: [RFD w/info-PATCH] device arguments from lookup, ... Linus Torvalds
- Re: [RFD w/info-PATCH] device arguments from look... Alexander Viro
- Re: [RFD w/info-PATCH] device arguments from ... Matthew Wilcox
- Re: [RFD w/info-PATCH] device arguments from ... Alexander Viro
- Re: [RFD w/info-PATCH] device arguments from ... Linus Torvalds