tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bmap/strategy for vnd backing file



bouyer%antioche.eu.org@localhost (Manuel Bouyer) writes:

>at run time. The cost of a bmap/strategy failure would be low as there
>would be no I/O involved.

You can just evaluate when bmap/strategy will fail (bad size or alignment)
and fall back to read/write. The more tricky part is to combine that with
the throttling for the read/write case.

-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index