]> sourceware.org Git - lvm2.git/commit
preload: preserve flushing state
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 6 Apr 2016 08:29:57 +0000 (10:29 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 6 Apr 2016 09:31:02 +0000 (11:31 +0200)
commit5b2227c2c10c2f762e238fedb756850fe4ac5d5d
tree5d2e2110292cf91c22b34dd1bc9ebdbb58cbe6dd
parent7c1937f8df1e843d00b9d5814c756234381ca0d1
preload: preserve flushing state

When leaving preload routine it should not altet state of flush required
when it's been already set to 1 and drop it to 0.

The API here is unclean, but current usage expects the same
variable pointer is for all preload calls and combines 'flush_required'
across all of them.
lib/activate/dev_manager.c
This page took 0.035629 seconds and 5 git commands to generate.