mtd/fs/jffs3 JFFS3design.tex,1.7,1.8

Artem Bityuckiy dedekind at infradead.org
Mon Jan 24 09:58:39 EST 2005


Update of /home/cvs/mtd/fs/jffs3
In directory phoenix.infradead.org:/tmp/cvs-serv23216

Modified Files:
	JFFS3design.tex 
Log Message:
href tweaks.


Index: JFFS3design.tex
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/JFFS3design.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- JFFS3design.tex	24 Jan 2005 11:41:33 -0000	1.7
+++ JFFS3design.tex	24 Jan 2005 14:58:36 -0000	1.8
@@ -7,6 +7,7 @@
 %
 
 \documentclass[12pt,a4paper,twoside,titlepage]{article}
+\usepackage{html}
 \usepackage{hyperref}
 \usepackage{longtable}
 
@@ -38,6 +39,9 @@
 \pagestyle{plain}
 \pagenumbering{arabic}
 
+\section*{Document status}
+Incomplete, working draft.
+
 %
 % ABBREVIATIONS
 %
@@ -108,13 +112,13 @@
 &
 Any inode in JFFS3 is represented by one (for directory inodes) or more
 (for file inodes) inode nodes. Inode nodes are
-\texttt{struct jffs3\_raw\_inode} objects.
+\texttt{struct~jffs3\_raw\_inode} objects.
 \\[4pt]
 
 \raggedright \emph{Direntry node}
 &
 Each JFFS3 directory entry is represented by the direntry node.
-Direntry nodes are \texttt{struct jffs3\_raw\_dirent} objects.
+Direntry nodes are \texttt{struct~jffs3\_raw\_dirent} objects.
 \\[4pt]
 
 \raggedright \emph{Summary node}
@@ -123,7 +127,7 @@
 not-empty eblocks. Summary blocks are situated at the end of each eblock
 (which contain some data) and describe the position, type, length and
 some other parameters of all the eblock's nodes. Summary nodes are
-\texttt{struct jffs3\_raw\_summary} objects.
+\texttt{struct~jffs3\_raw\_summary} objects.
 \\[4pt]
 
 \raggedright \emph{Summary end magic bitmask}
@@ -221,10 +225,10 @@
 The JFFS3 checkum algorism is the pending issue. There was long
 discussion how to calculate checksum. See MTD-mailing list archives:
 December\\
-(\href{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}
+(\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}
 {http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html})
 and January\\
-(\href{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011390.html}
+(\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011390.html}
 {http://lists.infradead.org/pipermail/linux-mtd/2005-January/011390.html}).
 
 Special test was written to measure different checksum algoritm's
@@ -232,7 +236,7 @@
 Currently only x86 and ARM results are known.
 
 The test and x86/ARM results may be found at \\
-\href{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011403.html}
+\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011403.html}
 {http://lists.infradead.org/pipermail/linux-mtd/2005-January/011403.html}.
 
 The test is
@@ -256,26 +260,26 @@
 error detected. In this flag is set, print big warning saying that flash
 device in not reliable anymore. Should be controlled by user, though
 (may be using xattr).\\
-\href{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011608.html}
+\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011608.html}
 {http://lists.infradead.org/pipermail/linux-mtd/2005-January/011608.html}
 
 \item Ask zlib not to generate adler32 checksum. JFFS3 write
 checksums itself.\\
-\href{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}
+\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}
 {http://lists.infradead.org/pipermail/linux-mtd/2004-December/011137.html}.
 
 \item Make the compression selectable per-file (may be using xattr).\\
-\href{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011645.html}
+\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011645.html}
 {http://lists.infradead.org/pipermail/linux-mtd/2005-January/011645.html}
 
 \item Make one more compression mode when checksums are neither
 generated nor checked.\\
-\href{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011640.html}
+\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011640.html}
 {http://lists.infradead.org/pipermail/linux-mtd/2005-January/011640.html}
 
 \item Have the end majic bitmask on all note types in order to be able
 to quickly detect the partially written nodes.\\
-\href{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011529.html}
+\htmlref{http://lists.infradead.org/pipermail/linux-mtd/2005-January/011529.html}
 {http://lists.infradead.org/pipermail/linux-mtd/2005-January/011529.html}
 
 \end{enumerate}
@@ -287,7 +291,7 @@
 \begin{enumerate}
 \item \raggedright \label{ref_MTD}
 Memory Technology Device (MTD) Subsystem for Linux,\\
-\href{http://www.linux-mtd.infradead.org}{http://www.linux-mtd.infradead.org}.
+\htmlref{http://www.linux-mtd.infradead.org}{http://www.linux-mtd.infradead.org}.
 \end{enumerate}
 
 \end{document}





More information about the linux-mtd-cvs mailing list