]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 May 2021 16:20:15 +0000 (06:20 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 May 2021 16:20:15 +0000 (06:20 -1000)
commit2feec0f92fe603b0c93c52760ea2f7bc9c7bca16
treef08c8b4beac1956d1a06a870d5a6746d302da912
parentf1a31453e63d7f8e279b7981dae0f522a4cce3a6
parent1b3f1de61880d1bb56ce9a778bec041763e59664
Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull quota fixes from Jan Kara:
 "The most important part in the pull is disablement of the new syscall
  quotactl_path() which was added in rc1.

  The reason is some people at LWN discussion pointed out dirfd would be
  useful for this path based syscall and Christian Brauner agreed.

  Without dirfd it may be indeed problematic for containers. So let's
  just disable the syscall for now when it doesn't have users yet so
  that we have more time to mull over how to best specify the filesystem
  we want to work on"

* tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  quota: Disable quotactl_path syscall
  quota: Use 'hlist_for_each_entry' to simplify code