]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "Minor namespace code simplication"
authorChristian Brauner <brauner@kernel.org>
Fri, 9 May 2025 11:14:02 +0000 (13:14 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 9 May 2025 11:14:02 +0000 (13:14 +0200)
commite68ecc161fece5259aacacbe3ff597cc5b80a3e9
treeb79ceb3087673c9986b63b826307dfb9568993ce
parentbb01e8cc10f0c5b1151a5f047289fcfa5519e351
parent79fb8d8d93e41be4ebda8c9cc507e20297277231
Merge patch series "Minor namespace code simplication"

Joel Savitz <jsavitz@redhat.com> says:

The two patches are independent of each other. The first patch removes
unnecssary NULL guards from free_nsproxy() and create_new_namespaces()
in line with other usage of the put_*_ns() call sites. The second patch
slightly reduces the size of the kernel when CONFIG_CGROUPS is not
selected.

* patches from https://lore.kernel.org/20250508184930.183040-1-jsavitz@redhat.com:
  include/cgroup: separate {get,put}_cgroup_ns no-op case
  kernel/nsproxy: remove unnecessary guards

Link: https://lore.kernel.org/20250508184930.183040-1-jsavitz@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>