Re: [U-Boot] [PATCH v4 2/5] fs: clean up around fs_type

2019-10-12 Thread Heinrich Schuchardt
On 10/7/19 7:59 AM, AKASHI Takahiro wrote: fs_ls(), fs_mkdir() and fs_unlink() sets fs_type to FS_TYPE_ANY explicitly, but it is redundant as they call fs_close(). So just remove those lines. Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt

[U-Boot] [PATCH v4 2/5] fs: clean up around fs_type

2019-10-06 Thread AKASHI Takahiro
fs_ls(), fs_mkdir() and fs_unlink() sets fs_type to FS_TYPE_ANY explicitly, but it is redundant as they call fs_close(). So just remove those lines. Signed-off-by: AKASHI Takahiro --- fs/fs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/fs.c b/fs/fs.c index