Searched hist:"94 d6351e147231b2c5a9512d69693ee8ac0c204d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff 94d6351e147231b2c5a9512d69693ee8ac0c204d Thu Feb 07 20:10:27 CST 2008 Milan Broz <mbroz@redhat.com> dm: split dm_suspend io_lock hold into two
Change io_locking to allow processing flush in separate thread.
Because we have DMF_BLOCK_IO already set, any possible new ios are queued in dm_requests now.
In the case of interrupting previous wait there can be more ios queued (we unlocked io_lock for a while) but this is safe.
Signed-off-by: Milan Broz <mbroz@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
|