[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191015124154.GA23798@infradead.org>
Date: Tue, 15 Oct 2019 05:41:54 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Ben Dooks <ben.dooks@...ethink.co.uk>
Cc: linux-kernel@...ts.codethink.co.uk,
Alexander Viro <viro@...iv.linux.org.uk>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs/namespace: add __user to open_tree and move_mount
syscalls
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.
Powered by blists - more mailing lists