Re: [U-Boot] [PATCH v3 1/4] fs: export fs_close()

2019-10-06 Thread AKASHI Takahiro
On Fri, Oct 04, 2019 at 08:53:00PM +0200, Heinrich Schuchardt wrote: > On 10/4/19 5:05 AM, AKASHI Takahiro wrote: > > This function is always paired with either fs_set_blk_desc() or > > fs_set_blk_desc_with_part(). So just export it. > > > > Signed-off-by: AKASHI Takahiro > > --- > > fs/fs.c

Re: [U-Boot] [PATCH v3 1/4] fs: export fs_close()

2019-10-04 Thread Heinrich Schuchardt
On 10/4/19 5:05 AM, AKASHI Takahiro wrote: > This function is always paired with either fs_set_blk_desc() or > fs_set_blk_desc_with_part(). So just export it. > > Signed-off-by: AKASHI Takahiro > --- > fs/fs.c | 2 +- > include/fs.h | 7 +++ > 2 files changed, 8 insertions(+), 1

[U-Boot] [PATCH v3 1/4] fs: export fs_close()

2019-10-03 Thread AKASHI Takahiro
This function is always paired with either fs_set_blk_desc() or fs_set_blk_desc_with_part(). So just export it. Signed-off-by: AKASHI Takahiro --- fs/fs.c | 2 +- include/fs.h | 7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/fs/fs.c b/fs/fs.c index