mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
* 添加symlink系统调用 * 修改FATInode的dname的获取逻辑 * 修改fat对Dname的处理,分离dname和inode缓存的key --------- Co-authored-by: sparkzky <sparkhhhhhhhhh@outlook.com> Co-authored-by: longjin <longjin@DragonOS.org>
13 lines
316 B
TOML
13 lines
316 B
TOML
[package]
|
|
name = "test-symlink"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "测试symlink系统调用"
|
|
authors = [ "sparkzky <sparkhhhhhhhhh@outlook.com>" ]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
errno = "0.3.9"
|
|
libc="0.2"
|
|
nix = "0.23" |