commit | b7cd95627baac05b7023b014c802be309be636a0 | [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 | 185aed7855573214794b13f20e597d36c6dc5760 [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>