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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
