kernel: Constify temporary variable in roundup()
authorTetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Mon, 8 Nov 2010 02:20:49 +0000 (11:20 +0900)
committerJames Morris <jmorris@namei.org>
Tue, 9 Nov 2010 00:59:54 +0000 (11:59 +1100)
Fix build error with GCC 3.x caused by commit b28efd54
"kernel: roundup should only reference arguments once" by constifying
temporary variable used in that macro.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found