Re: [PATCH] fs/namespace: add __user to open_tree and move_mount syscalls

From: Christoph Hellwig
Date: Tue Oct 15 2019 - 08:42:05 EST


On Tue, Oct 15, 2019 at 11:35:02AM +0100, Ben Dooks wrote:
> -SYSCALL_DEFINE3(open_tree, int, dfd, const char *, filename, unsigned, flags)
> +SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags)

Please make sure to wrap lines after 80 characters.

Otherwise this looks good.