Re: Writing data > PAGESIZE into kernel with proc fs

2005-03-09 Thread Jan Hudec
On Wed, Mar 09, 2005 at 11:26:30 +0100, Weber Matthias wrote: > On Tue, Mar 08, 2005 at 20:05:42 +0100, Weber Matthias wrote: > >> is there any chance to signal an EOF when writing data to kernel via proc > >> fs? >> Actually if the length of data is N*PAGE_SIZE it seems not to be > >> detectable

RE: Writing data > PAGESIZE into kernel with proc fs

2005-03-09 Thread Weber Matthias
On Tue, Mar 08, 2005 at 20:05:42 +0100, Weber Matthias wrote: >> is there any chance to signal an EOF when writing data to kernel via proc >> fs? >> Actually if the length of data is N*PAGE_SIZE it seems not to be >> detectable. >> I followed up the "struct file" but haven't found anything that

Re: Writing data > PAGESIZE into kernel with proc fs

2005-03-08 Thread Jan Hudec
On Tue, Mar 08, 2005 at 20:05:42 +0100, Weber Matthias wrote: > is there any chance to signal an EOF when writing data to kernel via proc fs? > Actually if the length of data is N*PAGE_SIZE it seems not to be detectable. > I followed up the "struct file" but haven't found anything that helped...