public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* question about creating char device in 2.4
@ 2003-02-05 22:03 Chris Friesen
  2003-02-05 22:32 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Friesen @ 2003-02-05 22:03 UTC (permalink / raw)
  To: linux-kernel


A coworker of mine had created a character device for 2.2 and is now 
looking into porting it forward to 2.4 but he's running into some issues 
with the new generic io code.

Basically he impemented a virtual device that had a fixed amount of 
buffer space.  You could write to/read from that storage space as usual, 
with the one exception that once it was full you could continue to write 
to it and the writes would succeed.

Basically the ideas was to create something that you could log to and 
only the first x bytes would be logged.  After that the writes would 
still succeed but the data would be thrown away. "cat"ing the file would 
then give you the first x bytes that had been stored.

How would you go about hooking in to the 2.4 char device code to do 
something equivalent?

Thanks,

Chris

-- 
Chris Friesen                    | MailStop: 043/33/F10
Nortel Networks                  | work: (613) 765-0557
3500 Carling Avenue              | fax:  (613) 765-2986
Nepean, ON K2H 8E9 Canada        | email: cfriesen@nortelnetworks.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-05 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-05 22:03 question about creating char device in 2.4 Chris Friesen
2003-02-05 22:32 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox