From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751456AbWDWVWh (ORCPT ); Sun, 23 Apr 2006 17:22:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751459AbWDWVWh (ORCPT ); Sun, 23 Apr 2006 17:22:37 -0400 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:2577 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1751456AbWDWVWg (ORCPT ); Sun, 23 Apr 2006 17:22:36 -0400 Date: Sun, 23 Apr 2006 23:22:35 +0200 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [RFC: 2.6 patch] fs/read_write.c: unexport iov_shorten Message-ID: <20060423212235.GE13666@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 --- 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)