All of lore.kernel.org
 help / color / mirror / Atom feed
From: Davidlohr Bueso <dave@stgolabs.net>
To: Manfred Spraul <manfred@colorfullife.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Michal Clapinski <mclapinski@google.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	"Eric W . Biederman" <ebiederm@xmission.com>,
	1vier1@web.de
Subject: Re: [PATCH] ipc/ipc_sysctl.c: Remove fallback for !CONFIG_PROC_SYSCTL
Date: Sun, 19 Sep 2021 22:34:19 -0700	[thread overview]
Message-ID: <20210920053419.zdaqhcinpfnjhtqc@offworld> (raw)
In-Reply-To: <20210918145337.3369-1-manfred@colorfullife.com>

On Sat, 18 Sep 2021, Manfred Spraul wrote:

>Compilation of ipc/ipc_sysctl.c is controlled by
>obj-$(CONFIG_SYSVIPC_SYSCTL)
>[see ipc/Makefile]
>
>And CONFIG_SYSVIPC_SYSCTL depends on SYSCTL
>[see init/Kconfig]
>
>An SYSCTL is selected by PROC_SYSCTL.
>[see fs/proc/Kconfig]
>
>Thus: #ifndef CONFIG_PROC_SYSCTL in ipc/ipc_sysctl.c is impossible, the
>fallback can be removed.
>
>Signed-off-by: Manfred Spraul <manfred@colorfullife.com>

Acked-by: Davidlohr Bueso <dbueso@suse.de>

  reply	other threads:[~2021-09-20  5:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-18 14:53 [PATCH] ipc/ipc_sysctl.c: Remove fallback for !CONFIG_PROC_SYSCTL Manfred Spraul
2021-09-20  5:34 ` Davidlohr Bueso [this message]
2021-09-20 13:46 ` Eric W. Biederman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210920053419.zdaqhcinpfnjhtqc@offworld \
    --to=dave@stgolabs.net \
    --cc=1vier1@web.de \
    --cc=akpm@linux-foundation.org \
    --cc=ebiederm@xmission.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manfred@colorfullife.com \
    --cc=mclapinski@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.