mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 05:25:04 +08:00
[DFS] prepare for dfs_v2.0 (#7200)
* [DFS] prepare for dfs_v2. dfs_fd -> dfs_file; dfs_fnode -> dfs_vnode. * [BSP] fix code analysis warning * [smart] fix the pointer overflow. * code format * [smart] fix the lwp->lwp_obj checking.
This commit is contained in:
@@ -135,7 +135,7 @@ static void __exit_files(struct rt_lwp *lwp)
|
||||
|
||||
while (fd >= 0)
|
||||
{
|
||||
struct dfs_fd *d;
|
||||
struct dfs_file *d;
|
||||
|
||||
d = lwp->fdt.fds[fd];
|
||||
if (d)
|
||||
|
Reference in New Issue
Block a user