linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Layton <jlayton@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: yangerkun <yangerkun@huawei.com>,
	Bruce Fields <bfields@fieldses.org>,
	linux-fsdevel <linux-fsdevel@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] file locking fix for 5.9
Date: Mon, 03 Aug 2020 09:22:46 -0400	[thread overview]
Message-ID: <56a44e097a1408a6bf593270bc5e5d4bcc8b3766.camel@kernel.org> (raw)

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(+)

-- 
Jeff Layton <jlayton@kernel.org>


             reply	other threads:[~2020-08-03 13:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03 13:22 Jeff Layton [this message]
2020-08-03 17:55 ` [GIT PULL] file locking fix for 5.9 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56a44e097a1408a6bf593270bc5e5d4bcc8b3766.camel@kernel.org \
    --to=jlayton@kernel.org \
    --cc=bfields@fieldses.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=yangerkun@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).