From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932283AbWF2TWO (ORCPT ); Thu, 29 Jun 2006 15:22:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932266AbWF2TWN (ORCPT ); Thu, 29 Jun 2006 15:22:13 -0400 Received: from [141.84.69.5] ([141.84.69.5]:34320 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932275AbWF2TVw (ORCPT ); Thu, 29 Jun 2006 15:21:52 -0400 Date: Thu, 29 Jun 2006 21:21:12 +0200 From: Adrian Bunk To: Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [RFC: 2.6 patch] fs/read_write.c: unexport iov_shorten Message-ID: <20060629192112.GA19712@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060403 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This patch removes the unused EXPORT_SYMBOL(iov_shorten). Signed-off-by: Adrian Bunk --- @Andrew: If anyone is considered maintainer of this code, please tell me who it is so that I can send this patch to him instead of you. This patch was already sent on: - 26 Jun 2006 - 27 Apr 2006 - 23 Apr 2006 --- linux-2.6.17-rc1-mm3-full/fs/read_write.c.old 2006-04-23 15:51:52.000000000 +0200 +++ linux-2.6.17-rc1-mm3-full/fs/read_write.c 2006-04-23 15:52:02.000000000 +0200 @@ -436,8 +436,6 @@ return seg; } -EXPORT_SYMBOL(iov_shorten); - /* A write operation does a read from user space and vice versa */ #define vrfy_dir(type) ((type) == READ ? VERIFY_WRITE : VERIFY_READ)