[PATCH] Change all occurrences of 'flavour' to 'flavor'
[PATCH] Change all occurrences of 'flavour' to 'flavor'
Posted Apr 13, 2004 14:39 UTC (Tue) by rf (guest, #20877)Parent article: [PATCH] Change all occurrences of 'flavour' to 'flavor'
Hello,
There is a new struct bio for read and write requests on a device .
I did read and write from a device with struct bio and this works well.
But I don't know how can I free a sector which I wrote.
I don't like to this with functions read_dev_sector() and put_dev_sector().
I want ot do this with struct bio.
Does somebody have an idea ?
thanks for help ....