[zfs-code] zvol_read() and zvol_write().

2008-12-07 Thread Pawel Jakub Dawidek
On Sun, Dec 07, 2008 at 09:32:57AM -0700, Neil Perrin wrote: > On 12/07/08 09:27, Pawel Jakub Dawidek wrote: > >I can't find anything using those functions. Can they be removed? > > - No. They are the vectors for reading and writing raw zvol devices > and are used in zfs_cb_ops. Ops, sorry for th

[zfs-code] zvol_read() and zvol_write().

2008-12-07 Thread Pawel Jakub Dawidek
I can't find anything using those functions. Can they be removed? -- Pawel Jakub Dawidek http://www.wheel.pl pjd at FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! -- next part -

[zfs-code] zvol_read() and zvol_write().

2008-12-07 Thread Neil Perrin
On 12/07/08 09:27, Pawel Jakub Dawidek wrote: > I can't find anything using those functions. Can they be removed? - No. They are the vectors for reading and writing raw zvol devices and are used in zfs_cb_ops. Neil.