All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] locking updates
@ 2013-07-08 15:19 Zdenek Kabelac
  2013-07-08 15:19 ` [PATCH 1/4] locking: use sigint functions Zdenek Kabelac
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zdenek Kabelac @ 2013-07-08 15:19 UTC (permalink / raw)
  To: lvm-devel

Locking changes to support Ctrl+C during yes_no_prompt
When we allow interrupts for the command,
and the lock VG, the current code no longer supports
breaks when allowed again in yes_no_prompt.
This code adds extra level of depth to support it.

Zdenek Kabelac (4):
  locking: use sigint functions
  configure: drop siginterrupt
  locking: support stacking
  cleanup: add comment

 configure                  | 11 ---------
 configure.in               |  1 -
 lib/display/display.c      |  2 +-
 lib/locking/file_locking.c | 57 +++++-----------------------------------------
 lib/locking/locking.c      | 49 ++++++++++++++++++++-------------------
 lib/misc/configure.h.in    |  3 ---
 lib/misc/lvm-wrappers.h    | 15 ------------
 7 files changed, 32 insertions(+), 106 deletions(-)

-- 
1.8.3.1



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

end of thread, other threads:[~2013-07-08 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08 15:19 [PATCH 0/4] locking updates Zdenek Kabelac
2013-07-08 15:19 ` [PATCH 1/4] locking: use sigint functions Zdenek Kabelac
2013-07-08 15:19 ` [PATCH 2/4] configure: drop siginterrupt Zdenek Kabelac
2013-07-08 15:19 ` [PATCH 3/4] locking: support stacking Zdenek Kabelac
2013-07-08 15:19 ` [PATCH 4/4] cleanup: add comment Zdenek Kabelac

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.