Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752949AbdGFIBI (ORCPT ); Thu, 6 Jul 2017 04:01:08 -0400 Received: from www62.your-server.de ([213.133.104.62]:36257 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752728AbdGFIBG (ORCPT ); Thu, 6 Jul 2017 04:01:06 -0400 Message-ID: <595DEE39.9080508@iogearbox.net> Date: Thu, 06 Jul 2017 10:00:57 +0200 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: David Howells , viro@zeniv.linux.org.uk CC: netdev@vger.kernel.org, Alexei Starovoitov , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH 06/14] bpf: Implement show_options References: <149926824154.20611.6104595541055328700.stgit@warthog.procyon.org.uk> <149926828898.20611.6599036959362646109.stgit@warthog.procyon.org.uk> In-Reply-To: <149926828898.20611.6599036959362646109.stgit@warthog.procyon.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 519 Lines: 12 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-off-by: David Howells > cc: Alexei Starovoitov > cc: Daniel Borkmann > cc: netdev@vger.kernel.org Acked-by: Daniel Borkmann