Re: Using map_user_kiobuf()

2000-12-05 Thread Albert D. Cahalan
> Am I the only one who finds the READ/WRITE option back to front? > > No, I was just thinking it should be change to USER_READ, USER_WRITE > or something a little more obvious. Eh, read data from userspace and write data to userspace? Oops. FROM_USER TO_USER - To unsubscribe from thi

RE: Using map_user_kiobuf()

2000-12-05 Thread John Meikle
only one who finds the READ/WRITE option back to front? Regards, John. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen C. Tweedie Sent: 04 December 2000 21:54 To: John Meikle Cc: [EMAIL PROTECTED]; Stephen Tweedie Subject: Re: Using

Re: Using map_user_kiobuf()

2000-12-04 Thread Stephen C. Tweedie
Hi, On Thu, Nov 30, 2000 at 01:07:37PM -, John Meikle wrote: > I have been experimenting with a module that returns data to either a user > space programme or another module. A memory area is passed in, and the data > is written to it. Because the memory may be allocated either by a module