[PATCH] misc verify_area cleanups
authorJesper Juhl <juhl-lkml@dif.dk>
Sun, 1 May 2005 15:59:08 +0000 (08:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:08 +0000 (08:59 -0700)
commite49332bd12e92da2df6d002f857ec62675ba2648
treef975cc5e4d93fc33e80f7213d2013e035bfc3ae7
parenta71c1ab50a2a0f4dd9834bf5a917a2f064535c6b
[PATCH] misc verify_area cleanups

There were still a few comments left refering to verify_area, and two
functions, verify_area_skas & verify_area_tt that just wrap corresponding
access_ok_skas & access_ok_tt functions, just like verify_area does for
access_ok - deprecate those.

There was also a few places that still used verify_area in commented-out
code, fix those up to use access_ok.

After applying this one there should not be anything left but finally
removing verify_area completely, which will happen after a kernel release
or two.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
16 files changed:
arch/i386/kernel/vm86.c
arch/um/kernel/skas/include/uaccess-skas.h
arch/um/kernel/tt/include/uaccess-tt.h
drivers/char/dtlk.c
drivers/char/specialix.c
include/asm-frv/pgtable.h
include/asm-i386/checksum.h
include/asm-i386/pgtable.h
include/asm-parisc/uaccess.h
include/asm-sh/checksum.h
include/asm-sh64/checksum.h
include/asm-sparc/uaccess.h
net/8021q/vlanproc.c
net/atm/common.c
net/core/iovec.c
net/wanrouter/wanmain.c