All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fixes and cleanups
@ 2009-12-10 12:53 Zdenek Kabelac
  2009-12-10 12:53 ` [PATCH 1/4] Fix coredump and memory leak for 'dmsetup help -c' Zdenek Kabelac
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Zdenek Kabelac @ 2009-12-10 12:53 UTC (permalink / raw)
  To: lvm-devel

Zdenek Kabelac (4):
  Fix coredump and memory leak for 'dmsetup help -c'
  Fix unlocking for vgrelease for error paths
  Skip 'return' keyword for void() functions
  Call dm_pool_destroy on allocation error path

 lib/display/display.c           |   11 -----------
 lib/filters/filter-persistent.c |    2 --
 lib/filters/filter.c            |    1 -
 lib/format1/format1.c           |    1 -
 lib/format1/lvm1-label.c        |    1 -
 lib/format_pool/format_pool.c   |    1 -
 lib/format_pool/pool_label.c    |    1 -
 lib/format_text/format-text.c   |    1 -
 lib/locking/locking.c           |    4 ----
 lib/locking/no_locking.c        |    2 --
 lib/metadata/metadata.c         |    2 +-
 lib/misc/lvm-string.c           |    2 +-
 libdm/libdm-deptree.c           |    4 ++--
 tools/dmsetup.c                 |    7 ++++---
 tools/lvmcmdlib.c               |    2 --
 tools/pvresize.c                |    8 ++++++--
 tools/pvscan.c                  |    1 -
 tools/toollib.c                 |    6 +++---
 18 files changed, 17 insertions(+), 40 deletions(-)



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-12-11 10:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 12:53 [PATCH 0/4] Fixes and cleanups Zdenek Kabelac
2009-12-10 12:53 ` [PATCH 1/4] Fix coredump and memory leak for 'dmsetup help -c' Zdenek Kabelac
2009-12-10 13:33   ` Zdenek Kabelac
2009-12-10 12:53 ` [PATCH 2/4] Fix unlocking for vgrelease for error paths Zdenek Kabelac
2009-12-10 12:53 ` [PATCH 3/4] Skip 'return' keyword for void() functions Zdenek Kabelac
2009-12-10 12:54 ` [PATCH 4/4] Call dm_pool_destroy on allocation error path Zdenek Kabelac
2009-12-11 10:37 ` [PATCH 0/4] Fixes and cleanups Milan Broz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.