Re: module reentrancy

2000-10-06 Thread Eric Lowe
Hello, > I could use a little advice on reentrancy issues for > modules. > > I have written a device driver that is nothing more > than a circular FIFO buffer in memory. The read and > write methods access user space, so I know that those > sections of code need to be reentrant. Since the

module reentrancy

2000-10-06 Thread Al Peat
I could use a little advice on reentrancy issues for modules. I have written a device driver that is nothing more than a circular FIFO buffer in memory. The read and write methods access user space, so I know that those sections of code need to be reentrant. Since the module represents one