linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Implementation of read( )
@ 2004-01-26 20:16 Vineet Joglekar
  2004-01-26 21:28 ` Steven Smith
  2004-01-26 22:51 ` Glynn Clements
  0 siblings, 2 replies; 3+ messages in thread
From: Vineet Joglekar @ 2004-01-26 20:16 UTC (permalink / raw)
  To: linux-c-programming


Hi all,

I dont know if this question is relevant on this mailing list, but please do help me out if you can.

For my project, I need to trace the read() function call till the VFS level. I have read that read() makes the kernel invoke sys_read() and I want to do the same thing with some additional functionalities. Where can i get the implementation of the read() function so that on the parallel lines I will be able to write my own my_read() function which in turn will call the sys_read() too?

Thanks and regards,

Vineet


_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!

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

end of thread, other threads:[~2004-01-26 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-26 20:16 Implementation of read( ) Vineet Joglekar
2004-01-26 21:28 ` Steven Smith
2004-01-26 22:51 ` Glynn Clements

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).