Read test용
(버전 사이의 차이)
(새 문서: <uml> partition User { (*) --> "read()" } partition System_Call_Interface { "read()" --> "sys_read()" } </uml>) |
|||
1번째 줄: | 1번째 줄: | ||
<uml> | <uml> | ||
− | partition | + | partition VFS { |
− | ( | + | "sys_read()" --> "vfs_read()" |
+ | "vfs_read()" -> "do_sync_read()" | ||
} | } | ||
− | |||
− | |||
− | |||
</uml> | </uml> |
2014년 5월 16일 (금) 20:35 판