[devfs] _device_fs增加注释
This commit is contained in:
parent
5ba96109c6
commit
14c29063e8
@ -313,15 +313,13 @@ static const struct dfs_filesystem_ops _device_fs =
|
|||||||
"devfs",
|
"devfs",
|
||||||
DFS_FS_FLAG_DEFAULT,
|
DFS_FS_FLAG_DEFAULT,
|
||||||
&_device_fops,
|
&_device_fops,
|
||||||
|
|
||||||
dfs_device_fs_mount,
|
dfs_device_fs_mount,
|
||||||
RT_NULL,
|
RT_NULL, /*unmount*/
|
||||||
RT_NULL,
|
RT_NULL, /*mkfs*/
|
||||||
RT_NULL,
|
RT_NULL, /*statfs*/
|
||||||
|
RT_NULL, /*unlink*/
|
||||||
RT_NULL,
|
|
||||||
dfs_device_fs_stat,
|
dfs_device_fs_stat,
|
||||||
RT_NULL,
|
RT_NULL, /*rename*/
|
||||||
};
|
};
|
||||||
|
|
||||||
int devfs_init(void)
|
int devfs_init(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user