From: Pekka Enberg Subject: Re: [PATCH] Export symbol ksize() Date: Tue, 10 Feb 2009 15:35:03 +0200 Message-ID: <84144f020902100535i4d626a9fj8cbb305120cf332a@mail.gmail.com> References: <1234272104-10211-1-git-send-email-kirill@shutemov.name> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Christoph Lameter , Matt Mackall , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-crypto@vger.kernel.org, Herbert Xu To: "Kirill A. Shutemov" Return-path: Received: from fg-out-1718.google.com ([72.14.220.154]:58312 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752103AbZBJNfF (ORCPT ); Tue, 10 Feb 2009 08:35:05 -0500 In-Reply-To: <1234272104-10211-1-git-send-email-kirill@shutemov.name> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Tue, Feb 10, 2009 at 3:21 PM, Kirill A. Shutemov wrote: > It needed for crypto.ko > > Signed-off-by: Kirill A. Shutemov That's bit terse for a changelog. I did a quick grep but wasn't able to find the offending call-site. Where is it? We unexported ksize() because it's a problematic interface and you almost certainly want to use the alternatives (e.g. krealloc). I think I need bit more convincing to apply this patch... Pekka