1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-09 01:18:39 +03:00
lvm2/daemons
Petr Rockai d792fc925c When glibc needs buffers for line buffering of input and output buffers, it
allocates these buffers in such way it adds memory page for each such buffer
and size of unlock memory check will mismatch by 1 or 2 pages.

This happens when we print or read lines without '\n' so these buffers are
used. To avoid this extra allocation, use setvbuf to set these bufffers ahead.

Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
Reviewed-by: Milan Broz <mbroz@redhat.com>
Reviewed-by: Petr Rockai <prockai@redhat.com>
2011-05-07 13:50:11 +00:00
..
clvmd When glibc needs buffers for line buffering of input and output buffers, it 2011-05-07 13:50:11 +00:00
cmirrord Removed unused pointer 2010-12-20 13:58:38 +00:00
dmeventd Use dm_snprintf 2011-04-08 14:18:40 +00:00
Makefile.in Use vpath instead of VPATH. 2010-04-09 21:34:25 +00:00