[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56572A9B.7080302@iogearbox.net>
Date: Thu, 26 Nov 2015 16:51:55 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: Hannes Frederic Sowa <hannes@...essinduktion.org>,
stephen@...workplumber.org
CC: ast@...nel.org, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 -next v2 4/5] {f,m}_bpf: allow updates on program
arrays
On 11/26/2015 04:19 PM, Hannes Frederic Sowa wrote:
> On Thu, Nov 26, 2015, at 15:38, Daniel Borkmann wrote:
[...]
> Why does user space actually still have to deal with setting the mount
> point private? Isn't this handled by the kernel?
>
>> + if (mount("bpf", target, "bpf", 0, NULL)) {
>> + fprintf(stderr, "mount -t bpf bpf %s failed: %s\n",
>> + target, strerror(errno));
>> + return -1;
>> + }
>
> Shouldn't this be just enough?
Note that the patch just moves the function around, but to get to your
question, that would just make it shared by default, not private.
Thanks,
Daniel
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists