Re: [PATCH 06/14] bpf: Implement show_options

2017-07-06 Thread Daniel Borkmann
On 07/05/2017 05:24 PM, David Howells wrote: Implement the show_options superblock op for bpf as part of a bid to get rid of s_options and generic_show_options() to make it easier to implement a context-based mount where the mount options can be passed individually over a file descriptor. Signed

[PATCH 06/14] bpf: Implement show_options

2017-07-05 Thread David Howells
Implement the show_options superblock op for bpf as part of a bid to get rid of s_options and generic_show_options() to make it easier to implement a context-based mount where the mount options can be passed individually over a file descriptor. Signed-off-by: David Howells cc: Alexei Starovoitov