mbox series

[GIT,PULL] file locking change for v5.14

Message ID 31485fdcfad7852abb7f29d73ae0ab718c6357bb.camel@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] file locking change for v5.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git locks-v5.14

Message

Jeff Layton Aug. 21, 2021, 11:44 a.m. UTC
The following changes since commit 3dbdb38e286903ec220aaf1fb29a8d94297da246:

  Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (2021-07-01 17:22:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git locks-v5.14

for you to fetch changes up to fdd92b64d15bc4aec973caa25899afd782402e68:

  fs: warn about impending deprecation of mandatory locks (2021-08-21 07:32:45 -0400)

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

As discussed on the list, this patch just adds a new warning for folks
who still have mandatory locking enabled and actually mount with "-o
mand". I'd like to get this in for v5.14 so we can push this out into
stable kernels and hopefully reach folks who have mounts with -o mand.

For now, I'm operating under the assumption that we'll fully remove this
support in v5.15, but we can move that out if any legitimate users of
this facility speak up between now and then.
----------------------------------------------------------------
Jeff Layton (1):
      fs: warn about impending deprecation of mandatory locks

 fs/namespace.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Aug. 21, 2021, 6:31 p.m. UTC | #1
The pull request you sent on Sat, 21 Aug 2021 07:44:09 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git locks-v5.14

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/15517c724c6e89ed854191028958a43274e3c366

Thank you!