commit | ca8e377cb5c98124fd9a024796446c857f4bada7 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Oct 07 14:59:35 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 17 19:19:55 2019 +0200 |
tree | 44b0147f448f3a66d60309d11c7cf71f8c2d567f | |
parent | f1dbbaed6f0d766e35e3b67d466187abd5dd0091 [diff] |
fs: export fs_close() fs_close() closes the connection to a file system which opened with either fs_set_blk_dev() or fs_set_dev_with_part(). Many file system functions implicitly call fs_close(), e.g. fs_closedir(), fs_exist(), fs_ln(), fs_ls(), fs_mkdir(), fs_read(), fs_size(), fs_write() and fs_unlink(). So just export it. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>