summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-03-30 13:06:13 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-03-30 13:06:13 +0000
commita66bff47f1e5c1bb9fc461917bf1d5abb9c77bc1 (patch)
tree9258e3e878999b08506e9f5221410ab451d8b6b8 /lib
parent197b5e6dc7dd8ec161ebe43c97fd2ac8384b3433 (diff)
downloadlvm2-a66bff47f1e5c1bb9fc461917bf1d5abb9c77bc1.tar.gz
lvm2-a66bff47f1e5c1bb9fc461917bf1d5abb9c77bc1.tar.xz
lvm2-a66bff47f1e5c1bb9fc461917bf1d5abb9c77bc1.zip
Few more files filtered from memory locking
Code located in these files should not be used in critical section.
Diffstat (limited to 'lib')
-rw-r--r--lib/mm/memlock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mm/memlock.c b/lib/mm/memlock.c
index 1dd0172d..1fb2d03c 100644
--- a/lib/mm/memlock.c
+++ b/lib/mm/memlock.c
@@ -89,9 +89,11 @@ static const char * const _ignore_maps[] = {
/* default blacklist for maps */
static const char * const _blacklist_maps[] = {
"locale/locale-archive",
+ "/LC_MESSAGES/",
"gconv/gconv-modules.cache",
"/libreadline.so.", /* not using readline during mlock */
"/libncurses.so.", /* not using readline during mlock */
+ "/libtinfo.so.", /* not using readline during mlock */
"/libdl-", /* not using dlopen,dlsym during mlock */
/* "/libdevmapper-event.so" */
};