[JFFS2] Remove number of pointer dereferences in fs/jffs2/summary.c
authorJesper Juhl <jesper.juhl@gmail.com>
Fri, 12 May 2006 10:55:51 +0000 (11:55 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 12 May 2006 10:55:51 +0000 (11:55 +0100)
commit20ffdcb00a792073f6e620dc2c644b3c8fbab528
tree73983f99c0f2e3f46cf69ef1f14585937782f1c3
parent1867b7e3f85dc69695735ea4a4cd12027c565d89
[JFFS2] Remove number of pointer dereferences in fs/jffs2/summary.c

Reduce the nr.  of pointer dereferences in fs/jffs2/summary.c

Benefits:
 - micro speed optimization due to fewer pointer derefs
 - generated code is slightly smaller
 - better readability

(The first two sound like a compiler problem but I'll go with the third. dwmw2).

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/summary.c