]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Aug 2022 15:54:59 +0000 (08:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Aug 2022 15:54:59 +0000 (08:54 -0700)
commit8acfc4ad2ed64503473f6e2568b89a3d5d8d1db7
treee1d78d63dece79a1e8aa361531e365d1ce781922
parent700a4cffeca2c45936970c92443fc2ef71330fa8
parent9ffbefa66f92b273427336cfd317c4cc9f1f2985
Merge tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux

Pull file locking updates from Jeff Layton:
 "Just a couple of flock() patches from Kuniyuki Iwashima.

  The main change is that this moves a file_lock allocation from the
  slab to the stack"

* tag 'filelock-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux:
  fs/lock: Rearrange ops in flock syscall.
  fs/lock: Don't allocate file_lock in flock_make_lock().