mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
mm: skip mlocking [vectors]
Somehow forgotten: https://www.redhat.com/archives/linux-lvm/2012-June/msg00019.html Need for arm architecture support.
This commit is contained in:
parent
5ef6ca00b9
commit
d5697b29ee
@ -1,5 +1,6 @@
|
||||
Version 2.02.99 -
|
||||
===================================
|
||||
Skip mlocking [vectors] on arm architecture.
|
||||
Support allocation of pool metadata with lvconvert command.
|
||||
Move common functionality for thin lvcreate and lvconvert to toollib.
|
||||
Mirrored log is now fixed before its mirror when double-fault occurs.
|
||||
|
@ -84,6 +84,7 @@ static int _default_priority;
|
||||
static const char * const _ignore_maps[] = {
|
||||
"[vdso]",
|
||||
"[vsyscall]",
|
||||
"[vectors]",
|
||||
};
|
||||
|
||||
/* default blacklist for maps */
|
||||
|
Loading…
Reference in New Issue
Block a user