Re: [PATCH] libcsupport: Add no_reg_make_node as a mount option to the mount table

2021-01-26 Thread Chris Johns
On 27/1/21 2:43 am, Gedare Bloom wrote: > On Mon, Jan 25, 2021 at 9:02 AM Sebastian Huber > > > wrote: > On 25/01/2021 02:10, chr...@rtems.org wrote: > > > From: Chris Johnsmailto:chr...@rtems.org>> > > > > - Add

Re: [PATCH] libcsupport: Add no_reg_make_node as a mount option to the mount table

2021-01-26 Thread Gedare Bloom
On Mon, Jan 25, 2021 at 9:02 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 25/01/2021 02:10, chr...@rtems.org wrote: > > > From: Chris Johns > > > > - Add the bool flag no_reg_make_mode to the mount table so a file > >system can indicate creating regular files is not don

Re: [PATCH] libcsupport: Add no_reg_make_node as a mount option to the mount table

2021-01-25 Thread Sebastian Huber
On 25/01/2021 02:10, chr...@rtems.org wrote: From: Chris Johns - Add the bool flag no_reg_make_mode to the mount table so a file system can indicate creating regular files is not done by use the mknod handler. The file system will handle creating a file node in the open handler. - Not

[PATCH] libcsupport: Add no_reg_make_node as a mount option to the mount table

2021-01-24 Thread chrisj
From: Chris Johns - Add the bool flag no_reg_make_mode to the mount table so a file system can indicate creating regular files is not done by use the mknod handler. The file system will handle creating a file node in the open handler. - Note, the mount option is an enum which means there i