Re: [PATCH 0/3] fs: Support compiling out the pivot_root syscall

2017-02-25 Thread Nicolas Pitre
On Fri, 24 Feb 2017, bosrs...@gmail.com wrote: > From: Brian Ashworth > > This patch series will allow for the pivot_root syscall to be made > optional. The first patch refactors the functions that are required > by pivot_root so they can be accessed outside of fs/namespace.c. The > second patch

[PATCH 0/3] fs: Support compiling out the pivot_root syscall

2017-02-24 Thread bosrsf04
From: Brian Ashworth This patch series will allow for the pivot_root syscall to be made optional. The first patch refactors the functions that are required by pivot_root so they can be accessed outside of fs/namespace.c. The second patch moves the pivot_root syscall to its own file. The third add