mbox series

[v2,0/2] scripts: Use stat to check lock claim

Message ID 20200312145417.106812-1-jandryuk@gmail.com (mailing list archive)
Headers show
Series scripts: Use stat to check lock claim | expand

Message

Jason Andryuk March 12, 2020, 2:54 p.m. UTC
This patch series replaces perl with stat to check lock ownership in the
Linux hotplug scripts.  This removes Xen's runtime dependency on perl.

An additional patch is a tabs to space whitespace cleanup.

Jason Andryuk (2):
  scripts: Replace tabs in locking.sh
  scripts: Use stat to check lock claim

 tools/hotplug/Linux/locking.sh | 32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)