
Changes in v3 (Oct 4, 2019) * add patch#1 * use newly-added fs_get_type() instead fo fs_get_type_name() * check for FS_TYPE_ANY to confirm if a file system exists or not * remove a redundant check on whether a device is a partition or a whole disk
Changes in v2 (Sept 12, 2019) * add patch#1 and #2 * install the protocol only if a file system does exist
AKASHI Takahiro (4): fs: export fs_close() fs: add fs_get_type() for current filesystem type efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available efi_loader: disk: install file system protocol to a whole disk
fs/fs.c | 15 ++++++++++++++- include/fs.h | 17 +++++++++++++++++ lib/efi_loader/efi_disk.c | 17 ++++++++++++++++- 3 files changed, 47 insertions(+), 2 deletions(-)