]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'lslocks--per-process' of https://github.com/masatake/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 13 Nov 2023 09:36:16 +0000 (10:36 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 13 Nov 2023 09:36:16 +0000 (10:36 +0100)
* 'lslocks--per-process' of https://github.com/masatake/util-linux:
  lslocks: (man) update the note about OFDLCK
  lslocks: (test) add a case for OFDLCK type locks
  lslocks: use information extracted from "locks: " column of /proc/$pid/fdinfo/*
  lslocks: (refactor) lift up the code destroying the lock list for future extension
  lslocks: rename functions for future extension
  lslocks: refactor the code reading /proc/locks
  lslocks: (refactor) remove 'pid' global variable
  lslocks: (man) document LEASE type
  lslocks: (test) add a case


Trivial merge