[PATCH] [20/30] i386: Remove copy_*_user BUG_ONs for (size < 0)

2007-04-30 Thread Andi Kleen
access_ok checks this case anyways, no need to check twice. Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> --- arch/i386/lib/usercopy.c |7 --- 1 file changed, 7 deletions(-) Index: linux/arch/i386/lib/usercopy.c === ---

[PATCH] [20/30] i386: Remove copy_*_user BUG_ONs for (size 0)

2007-04-30 Thread Andi Kleen
access_ok checks this case anyways, no need to check twice. Signed-off-by: Andi Kleen [EMAIL PROTECTED] --- arch/i386/lib/usercopy.c |7 --- 1 file changed, 7 deletions(-) Index: linux/arch/i386/lib/usercopy.c === ---