website: add missing c
This commit is contained in:
@@ -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`
|
||||||
|
|
||||||
|
|||||||
@@ -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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user