Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions os/src/fs/bt_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ BT_ERROR BT_Mount(const BT_i8 *src, const BT_i8 *target, const BT_i8 *filesystem
}
} else {
struct bt_list_head *pos;
hMount = NULL;
bt_list_for_each(pos, &g_filesystems) {
fs = (BT_FILESYSTEM *) pos;
const BT_IF_FS *pFs = fs->hFS->h.pIf->oIfs.pFilesystemIF;
Expand Down