]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'lslocks--co-holders' of https://github.com/masatake/util-linux
authorKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 09:21:36 +0000 (10:21 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 09:21:36 +0000 (10:21 +0100)
commit7d530bfab4701b3db572f26e68c11ce30dc9d652
tree45933a53a5bde88c5a9976ae5cddcd6f10523955
parent445b888375f70c8cf4030b8d945e561a140d048e
parent503b1faa8d52e4b59d4c261e0329f14a93149bea
Merge branch 'lslocks--co-holders' of https://github.com/masatake/util-linux

* 'lslocks--co-holders' of https://github.com/masatake/util-linux:
  tests: (lslocks) add cases testing HOLDERS column
  tests: (cosmetic,lslocks) trim whitespaces at the end of line
  tests: (test_mkfds::make-regular-file) add a new parameter, "dupfd"
  lslocks: add HOLDERS column
  lslocks: store list_add_tail when storing information extracted from /proc/$pid/fdinfo/$fd
  tests: (test_mkfds) initialize a proper union member
  xalloc.h: add new functions: xstrappend, xstrputc, xstrvfappend, and xstrfappend
  lsfd: (refactor) make the code comparing struct lock objects reusable
  lslocks: add a missing "break;" in a switch/case statement
  lslocks: (preparation) add a fd number to the lock struct when loading lock info from /proc/$pid/fdinfo/$fd
  lslocks: (refactor) use a tree for storing lock information extracted from /proc/$pid/fdinfo/$fd
  lslocks: (refactor) make the data structure for storing lock information replacable