From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964900AbWFYXj0 (ORCPT ); Sun, 25 Jun 2006 19:39:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964901AbWFYXj0 (ORCPT ); Sun, 25 Jun 2006 19:39:26 -0400 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:25875 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S964900AbWFYXjZ (ORCPT ); Sun, 25 Jun 2006 19:39:25 -0400 Date: Mon, 26 Jun 2006 01:39:23 +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: <20060625233923.GO23314@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 --- This patch was already sent on: - 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)