]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Aug 2018 04:56:50 +0000 (21:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Aug 2018 04:56:50 +0000 (21:56 -0700)
commitc830a238d0a04593bea755071ec5ab2ef2830c2f
treeef5390206b64cf724a1485cfa3566ae20e4b73d2
parent061d0bc6f7566ce18143aba0b90dbe72a81b674e
parent7667cfa497ab00cf2d1485ec241f16810f069dc1
Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux

Pull file locking updates from Jeff Layton:
 "Just a couple of patches from Konstantin to fix /proc/locks when the
  process that set the lock has exited, and a new tracepoint for the
  flock() codepath. Also threw in mailmap entries for my addresses and a
  comment cleanup"

* tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux:
  locks: remove misleading obsolete comment
  mailmap: remap some of my email addresses to kernel.org address
  locks: add tracepoint in flock codepath
  fs/lock: show locks taken by processes from another pidns
  fs/lock: skip lock owner pid translation in case we are in init_pid_ns
fs/locks.c