website: add missing c

This commit is contained in:
Ylarod
2023-01-20 18:42:28 +08:00
parent 7a275e8e2a
commit bc539569e1
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ index 376543199b5a..82adcef03ecc 100644
You should found the four functions in kernel source: You should found the four functions in kernel source:
1. do_faccessat, usually in `fs/open.c` 1. do_faccessat, usually in `fs/open.c`
2. do_execveat_common, usually in `fs/exec.` 2. do_execveat_common, usually in `fs/exec.c`
3. vfs_read, usually in `fs/read_write.c` 3. vfs_read, usually in `fs/read_write.c`
4. vfs_statx, usually in `fs/stat.c` 4. vfs_statx, usually in `fs/stat.c`

View File

@@ -134,7 +134,7 @@ index 376543199b5a..82adcef03ecc 100644
主要是要改四个地方: 主要是要改四个地方:
1. do_faccessat通常位于 `fs/open.c` 1. do_faccessat通常位于 `fs/open.c`
2. do_execveat_common通常位于 `fs/exec.` 2. do_execveat_common通常位于 `fs/exec.c`
3. vfs_read通常位于 `fs/read_write.c` 3. vfs_read通常位于 `fs/read_write.c`
4. vfs_statx通常位于 `fs/stat.c` 4. vfs_statx通常位于 `fs/stat.c`