Re: [PATCH 20/38] vfs: Convert nfsctl to fs_context

2019-03-14 Thread J. Bruce Fields
Fine by me. (Are these for 5.1 or 5.2? Just wondering what to do with some other ongoing work in the same area. Any conflicts are probably trivial, though, so no big deal either way.) --b. On Thu, Mar 14, 2019 at 04:11:34PM +, David Howells wrote: > Signed-off-by: David Howells > cc: "J.

[PATCH 20/38] vfs: Convert nfsctl to fs_context

2019-03-14 Thread David Howells
Signed-off-by: David Howells cc: "J. Bruce Fields" cc: Jeff Layton cc: linux-...@vger.kernel.org --- fs/nfsd/nfsctl.c | 33 ++--- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index f2feb2d11bae..d4eb4f34a94c 10