]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2020 21:58:32 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2020 21:58:32 +0000 (14:58 -0700)
commit5f5402c2f3753631e30fa8accdd8ec84e26874c9
treeb85824f24a5af8848f246bf1369982388ff12a06
parente4adfc4487478fbe66f3112b9e4307f52f6cef1c
parent815074c385fdecc8ee34e51eb1b2072af573d7e2
Merge branch 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup updates from Tejun Heo:
 "Two minor changes.

  One makes cgroup interface files ignore zero-sized writes rather than
  triggering -EINVAL on them. The other change is a cleanup which
  doesn't cause any behavior changes"

* 'for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: Zero sized write should be no-op
  cgroup: remove redundant kernfs_activate in cgroup_setup_root()