Skip to content

Commit

Permalink
kernel: Try to clarify why swap is used only by tmpfs in the kernel t…
Browse files Browse the repository at this point in the history
…o avoid questions

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal committed Dec 23, 2022
1 parent b4dea45 commit 0119530
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ \subsection{Linux kernel source code}
\item Fixed size stack (8 or 4 KB). Unlike in user space, no mechanism
was implemented to make it grow. Don't use recursion!
\item Swapping is not implemented for kernel memory either\\
(Exception: {\em tmpfs} filesystem pages)
(except {\em tmpfs} which lives completely in the page cache and on swap)
\end{itemize}
\end{frame}

Expand Down

0 comments on commit 0119530

Please sign in to comment.