mbox series

[GIT,PULL] file locking fix for 5.9

Message ID 56a44e097a1408a6bf593270bc5e5d4bcc8b3766.camel@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] file locking fix for 5.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/filelock-v5.9-1

Message

Jeff Layton Aug. 3, 2020, 1:22 p.m. UTC
The following changes since commit 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162:

  Linux 5.7 (2020-05-31 16:49:15 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/filelock-v5.9-1

for you to fetch changes up to 5ef159681309621aa8fe06d94397b85b51974d55:

  locks: add locks_move_blocks in posix_lock_inode (2020-06-02 12:08:25 -0400)

----------------------------------------------------------------
Hi Linus,

Just a single, one-line patch to fix an inefficiency in the posix
locking code that can lead to it doing more wakeups than necessary.

Thanks!
Jeff
----------------------------------------------------------------
yangerkun (1):
      locks: add locks_move_blocks in posix_lock_inode

 fs/locks.c | 1 +
 1 file changed, 1 insertion(+)

Comments

pr-tracker-bot@kernel.org Aug. 3, 2020, 5:55 p.m. UTC | #1
The pull request you sent on Mon, 03 Aug 2020 09:22:46 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/filelock-v5.9-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3208167a865e862fff5045d7910387941ff7e114

Thank you!