commit | 80ac734a448154d59f6688c6b42d6f08f45051d4 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Oct 07 14:59:37 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 17 19:19:56 2019 +0200 |
tree | 1414d192e1f496404e1d04d6c7496af48f66fa3b | |
parent | 66d2da3bed60f98f75ab1931d230336f0f9bf1d6 [diff] |
fs: add fs_get_type() for current filesystem type This function is a variant of fs_get_type_name() and returns a filesystem type with which the current device is associated. We don't want to export fs_type variable directly because we have to take care of it consistently within fs.c. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>