Re: [PATCH 2/5] imfs: Untangle dependencies

2016-09-18 Thread Sebastian Huber
On 17/09/16 13:45, Gedare Bloom wrote: Putting these into the same file as stat does not really make sense to me. can you explain the choice? I moved this stuff into a new file to avoid the confusion. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, German

Re: [PATCH 2/5] imfs: Untangle dependencies

2016-09-17 Thread Gedare Bloom
Putting these into the same file as stat does not really make sense to me. can you explain the choice? On Fri, Sep 16, 2016 at 8:23 AM, Sebastian Huber wrote: > This helps to use IMFS_make_generic_node() without pulling in the > complete IMFS implementation. > --- > cpukit/libfs/src/imfs/imfs_in

[PATCH 2/5] imfs: Untangle dependencies

2016-09-16 Thread Sebastian Huber
This helps to use IMFS_make_generic_node() without pulling in the complete IMFS implementation. --- cpukit/libfs/src/imfs/imfs_initsupp.c | 89 -- cpukit/libfs/src/imfs/imfs_stat.c | 91 +++ 2 files changed, 91 insertions(+), 89 d