Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 27 Mar 2002 15:01:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 27 Mar 2002 15:01:30 -0500 Received: from lightning.swansea.linux.org.uk ([194.168.151.1]:11268 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Wed, 27 Mar 2002 15:01:25 -0500 Subject: Re: [RFC] kmem_cache_zalloc To: tigran@aivazian.fsnet.co.uk (Tigran Aivazian) Date: Wed, 27 Mar 2002 20:17:14 +0000 (GMT) Cc: sandeen@sgi.com (Eric Sandeen), linux-kernel@vger.kernel.org In-Reply-To: from "Tigran Aivazian" at Mar 27, 2002 07:52:18 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > was "standard" in some sense :) > I wonder if they (I can't remember who it was) will say > "kmem_cache_zalloc is a non-standard name"... Much more useful would be kcalloc(). That way we can put all the missing 32bit overflow checking into kcalloc and remove a lot of crud from the kernel where we have to keep doing maths checks. Alan - 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/