commit | 20ffdcb00a792073f6e620dc2c644b3c8fbab528 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Fri May 12 11:55:51 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Fri May 12 11:55:51 2006 +0100 |
tree | 73983f99c0f2e3f46cf69ef1f14585937782f1c3 | |
parent | 1867b7e3f85dc69695735ea4a4cd12027c565d89 [diff] |
[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>