Re: [PATCH 03/14] omfs: Implement show_options

2017-07-07 Thread Bob Copeland
On Wed, Jul 05, 2017 at 04:24:27PM +0100, David Howells wrote: > Implement the show_options superblock op for omfs 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

Re: [PATCH 03/14] omfs: Implement show_options

2017-07-07 Thread Bob Copeland
On Wed, Jul 05, 2017 at 04:24:27PM +0100, David Howells wrote: > Implement the show_options superblock op for omfs 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

[PATCH 03/14] omfs: Implement show_options

2017-07-05 Thread David Howells
Implement the show_options superblock op for omfs 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. Note that the uid and gid should possibly be

[PATCH 03/14] omfs: Implement show_options

2017-07-05 Thread David Howells
Implement the show_options superblock op for omfs 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. Note that the uid and gid should possibly be