Merge pull request #101 from how2flow/dev

fix: os_dep/osdep_service.c: add VFS namespace
pull/116/head
morrownr 2023-07-18 23:05:21 -05:00 committed by GitHub
commit 4efe62365c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3533,3 +3533,4 @@ int hwaddr_aton_i(const char *txt, u8 *addr)
return 0;
}
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);