Hehehe, you are not the first one to notice it, in fact I commented
that this kind of code exist but is not implemented:

https://issues.apache.org/jira/browse/NUTTX-8

Patch are welcome! ;-)

BR,

Alan

On 4/25/21, Nathan Hartman <hartman.nat...@gmail.com> wrote:
> I noticed several instances of preprocessor logic like this example
> from register_driver() in fs_registerdriver.c:
>
> #ifdef CONFIG_FILE_MODE
>       node->i_mode    = mode;
> #endif
>
> But there doesn't seem to be such a Kconfig option.
>
> Did I miss something? Or is this a remnant from a bygone era?
>
> Thanks,
> Nathan
>

Reply via email to