Re: [PATCH 12/14] 9p: Implement show_options

2017-07-11 Thread David Howells
Yury Norov wrote: > It seems you forgot to wrap it with #ifdef CONFIG_9P_FSCACHE Yeah. Arnd proposed a patch for this. David

Re: [PATCH 12/14] 9p: Implement show_options

2017-07-11 Thread Yury Norov
On Wed, Jul 05, 2017 at 04:25:37PM +0100, David Howells wrote: > Implement the show_options superblock op for 9p 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 f

[PATCH 12/14] 9p: Implement show_options

2017-07-05 Thread David Howells
Implement the show_options superblock op for 9p 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: Eric Van Hensbergen