]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Constify compat_get_bitmap argument
authorStephen Rothwell <sfr@canb.auug.org.au>
Sat, 28 Oct 2006 17:38:46 +0000 (10:38 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 28 Oct 2006 18:30:54 +0000 (11:30 -0700)
commit0d7f126a0b3a99a8eaa19bcb1eb033cc97ddfe18
tree96cfe9d2ba7b186d049ecf7c8721fff7eab516d4
parent47fa75427d1bac5e555ad25021f574d4cd5aa9ca
[PATCH] Constify compat_get_bitmap argument

This means we can call it when the bitmap we want to fetch is declared
const.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Christoph Lameter <clameter@engr.sgi.com>
Cc: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/compat.h
kernel/compat.c