mbox series

[GIT,PULL] /proc/locks formatting fix for v5.5

Message ID e5d1c0a5e5e92083d8ce0bc1e48194a6d70fb918.camel@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] /proc/locks formatting fix for v5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/locks-v5.5-1

Message

Jeff Layton Dec. 29, 2019, 2:27 p.m. UTC
The following changes since commit 46cf053efec6a3a5f343fead837777efe8252a46:

  Linux 5.5-rc3 (2019-12-22 17:02:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/locks-v5.5-1

for you to fetch changes up to 98ca480a8f22fdbd768e3dad07024c8d4856576c:

  locks: print unsigned ino in /proc/locks (2019-12-29 09:00:58 -0500)

----------------------------------------------------------------

This is a trivial fix for a _very_ long standing bug in /proc/locks
formatting. Ordinarily, I'd wait for the merge window for something like
this, but it is making it difficult to validate some overlayfs fixes.

I've also gone ahead and marked this for stable. My hope is that no one
is actually depending on seeing these values represented as negative
numbers, but if that assumption is too risky we can drop the Cc.

----------------------------------------------------------------
Amir Goldstein (1):
      locks: print unsigned ino in /proc/locks

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