Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Mar 2002 19:49:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Mar 2002 19:49:22 -0500 Received: from sydney1.au.ibm.com ([202.135.142.193]:39685 "EHLO wagner.rustcorp.com.au") by vger.kernel.org with ESMTP id ; Fri, 15 Mar 2002 19:49:12 -0500 From: Rusty Russell To: torvalds@transmeta.com cc: linux-kernel@vger.kernel.org Subject: bit ops on unsigned long? Date: Sat, 16 Mar 2002 11:52:28 +1100 Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, nfs is broken in 2.5 ATM because it does set_bit on an "int". Can be *please* just bite the bullet and change the prototype on these ops so we stop seeing the same mistakes over and over? This and "copy_from_user doesn't return -EFAULT" are the two classic trivial kernel bugs. Thanks, Rusty. -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/