1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/mm
Zdenek Kabelac 0bae9a1bff locking: memory locking ONLY with suspending reason
It's important to lock memory beforo running SUSPEND ioctl - but whole
lvm preload runs in memory unlocked environment - as in this phase
memory allocation is allowed and is meant to happen.

Once all targets are preload and ready (confirmed from all targets)
we start suspending tree - and here the memory allocation (or i.e.
opening files) is no longer allowed - as it may cause kernel deadlock.
2018-07-02 10:21:42 +02:00
..
memlock.c locking: memory locking ONLY with suspending reason 2018-07-02 10:21:42 +02:00
memlock.h locking: introduce prioritized_section 2018-03-15 10:59:42 +01:00
xlate.h doc: change fsf address 2016-01-21 12:11:37 +01:00