Skip to content

Commit 8034d6e

Browse files
author
Vladimir Kotal
committed
VFS reference
1 parent 42f1e96 commit 8034d6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

file-api.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
also the \emsl{current file position.}
6565
\item From the system file table, it is pointed to the \emph{system inode
6666
table}. Nowadays the table contains so called \emph{vnodes} -- \emph{virtual
67-
nodes} but that is not relevant for us now.
67+
nodes} but that is not relevant for us now. For more info, see page
68+
\pageref{VFS}.
6869
\item The system file table represents an additional level of indirection so
6970
that different processes can share the file position.
7071
\item When opening a file via an \texttt{open} call, a new slot in both the file

files.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@
369369

370370
%%%%%
371371

372+
\label{VFS}
372373
\pdfbookmark[1]{Virtual File System}{VFS}
373374

374375
\begin{slide}

0 commit comments

Comments
 (0)