]> git.baikalelectronics.ru Git - kernel.git/commit
dm: split DMF_BLOCK_IO flag into two
authorAlasdair G Kergon <agk@redhat.com>
Wed, 8 Apr 2009 23:27:14 +0000 (00:27 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Wed, 8 Apr 2009 23:27:14 +0000 (00:27 +0100)
commitddd6451a13c05e12a1b2ce2eb68b917277bb79eb
treead8f50d995afc72fb4751fdd2436ebc40b648b0f
parent1cbd81e2ca4043880036ce90a6b5984a7734b8ac
dm: split DMF_BLOCK_IO flag into two

Split the DMF_BLOCK_IO flag into two.

DMF_BLOCK_IO_FOR_SUSPEND is set when I/O must be blocked while suspending a
device.  DMF_QUEUE_IO_TO_THREAD is set when I/O must be queued to a
worker thread for later processing.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm.c