public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Request to have get_blkfops() and get_chrfops() exported to kerne l modules
  2002-06-07 13:33 Request to have get_blkfops() and get_chrfops() exported to kerne l modules goggin, edward
@ 2002-06-07 12:46 ` Martin Dalecki
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Dalecki @ 2002-06-07 12:46 UTC (permalink / raw)
  To: goggin, edward; +Cc: 'linux-kernel@vger.kernel.org'

goggin, edward wrote:
> This is a request to have both the linux kernel symbols
> get_chrfops and get_blkfops exported to kernel modules
> in future releases of the linux kernel.
> 
> This request is in response to a need we have when building
> kernel modules which will filter block and/or character device
> i/o by trapping the native block/character i/o requests.


The loop device implementation is showing you already
how to achieve this.


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

* Request to have get_blkfops() and get_chrfops() exported to kerne l modules
@ 2002-06-07 13:33 goggin, edward
  2002-06-07 12:46 ` Martin Dalecki
  0 siblings, 1 reply; 2+ messages in thread
From: goggin, edward @ 2002-06-07 13:33 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'

This is a request to have both the linux kernel symbols
get_chrfops and get_blkfops exported to kernel modules
in future releases of the linux kernel.

This request is in response to a need we have when building
kernel modules which will filter block and/or character device
i/o by trapping the native block/character i/o requests.

We propose three source modifications as part of this request.
Furthermore, assuming approval of this request, we will supply
a source patch to effect these modifications.

	1)	EXPORT_SYMBOL references for both get_charfops and
		get_blkfops be placed in fs/devices.c.

	2)	Removal of the static scope qualifier for the 
		definition of get_chrfops() in fs/devices.c.

	3)	The file devices.o be added to the list of exported
		in fs/Makefile.

Ed Goggin

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

end of thread, other threads:[~2002-06-07 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-07 13:33 Request to have get_blkfops() and get_chrfops() exported to kerne l modules goggin, edward
2002-06-07 12:46 ` Martin Dalecki

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