commit | 66d2da3bed60f98f75ab1931d230336f0f9bf1d6 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Oct 07 14:59:36 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 17 19:19:56 2019 +0200 |
tree | be9563ce41b02683c57d736856221846ad36563f | |
parent | 63a5752387fd4afdbe9acef237fd6b75055bf6b1 [diff] |
fs: clean up around fs_type 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 <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>