Hello Jens,

Some time ago I created the attached state diagrams for myself to avoid that I would have to reread the entire block layer core source code if it has been a while since I had a look at it. Do you think it would be useful to add these diagrams somewhere in the Documentation directory?

Thanks,

Bart.

Attachment: block-layer-request-states-mq.dot
Description: application/msword-template

Attachment: block-layer-request-states-sq.dot
Description: application/msword-template

all:    \
        block-layer-request-states-sq.svg \
        block-layer-request-states-mq.svg \

%.svg: %.dot
        dot -Tsvg -o $@ $<

Reply via email to