Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588153

Re: [PATCH 2/3] fs: Extracts pivot_root so it can be made optional

From Al Viro <viro@ZenIV.linux.org.uk>
Newsgroups linux.kernel
Subject Re: [PATCH 2/3] fs: Extracts pivot_root so it can be made optional
Date 2017-02-25 17:10 +0100
Message-ID <teN4Z-1WC-9@gated-at.bofh.it> (permalink)
References <teypk-86z-7@gated-at.bofh.it> <teypk-86z-11@gated-at.bofh.it> <teN4Z-1WC-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sat, Feb 25, 2017 at 10:22:21AM -0500, Theodore Ts'o wrote:
> If you're only going to be removing a single function, instead of
> having to export a bunch of previously-static functions, my preference
> would be to just insert a pair of #ifdef CONFIG_PIVOT_ROOT_SYSCALL / #endif
> statements around the function in question.

Quite.  In this form: NAK for the reasons above.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 2/3] fs: Extracts pivot_root so it can be made optional bosrsf04@gmail.com - 2017-02-25 01:30 +0100
  Re: [PATCH 2/3] fs: Extracts pivot_root so it can be made optional Theodore Ts'o <tytso@mit.edu> - 2017-02-25 17:10 +0100
    Re: [PATCH 2/3] fs: Extracts pivot_root so it can be made optional Al Viro <viro@ZenIV.linux.org.uk> - 2017-02-25 17:10 +0100
      [PATCH 0/1] fs: Support compiling out the pivot_root syscall Brian Ashworth <bosrsf04@gmail.com> - 2017-02-26 02:10 +0100
        [PATCH 1/1] fs: Allows for the pivot_root syscall to be optional Brian Ashworth <bosrsf04@gmail.com> - 2017-02-26 02:10 +0100
          Re: [PATCH 1/1] fs: Allows for the pivot_root syscall to be  optional Nicolas Pitre <nicolas.pitre@linaro.org> - 2017-02-26 02:50 +0100

csiph-web