]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Sep 2019 20:41:01 +0000 (13:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Sep 2019 20:41:01 +0000 (13:41 -0700)
commitcfdd95d9ed93514accac943001e31c6e7335d575
tree43dfaac956d04461b8fcf24e7d4cf2582beb68b7
parent9191d59b0fb12040043008d99d2c257f9ec95406
parenteaa194e17a3602823a093e8f5f4e1cf221526277
Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux

Pull file locking updates from Jeff Layton:
 "Just a couple of minor bugfixes, a revision to a tracepoint to account
  for some earlier changes to the internals, and a patch to add a
  pr_warn message when someone tries to mount a filesystem with '-o
  mand' on a kernel that has that support disabled"

* tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux:
  locks: fix a memory leak bug in __break_lease()
  locks: print a warning when mount fails due to lack of "mand" support
  locks: Fix procfs output for file leases
  locks: revise generic_add_lease tracepoint
fs/namespace.c