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)
commitd013cc800a2a41b0496f99a11f3cff724cf65941
tree43dfaac956d04461b8fcf24e7d4cf2582beb68b7
parente170eb27715fc9253ae031297d0638a3ef51b5da
parentcfddf9f4c9f038c91c6c61d5cf3a161731b5c418
Merge tag 'filelock-v5.4-1' of git://git./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