summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-log-userspace-transfer.c
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2011-01-13 19:59:50 +0000
committerAlasdair G Kergon <agk@redhat.com>2011-01-13 19:59:50 +0000
commit909cc4fb48dd9870f6ebe4bd32cfbe37c102df62 (patch)
treec88ef5cc536d49871a6b176d2742048c659bbdc8 /drivers/md/dm-log-userspace-transfer.c
parent8d35d3e37eed884ba15229a146df846f399909b4 (diff)
downloadlinux-stable-909cc4fb48dd9870f6ebe4bd32cfbe37c102df62.tar.gz
linux-stable-909cc4fb48dd9870f6ebe4bd32cfbe37c102df62.tar.bz2
linux-stable-909cc4fb48dd9870f6ebe4bd32cfbe37c102df62.zip
dm log userspace: split flush queue
Split the 'flush_list', which contained a mix of both 'mark' and 'clear' requests, into two distinct lists ('mark_list' and 'clear_list'). The device mapper log implementations (used by various DM targets) are allowed to cache 'mark' and 'clear' requests until a 'flush' is received. Until now, these cached requests were kept in the same list. They will now be put into distinct lists to facilitate group processing of these requests (in the next patch). Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm-log-userspace-transfer.c')
0 files changed, 0 insertions, 0 deletions