Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758104AbXFNWRB (ORCPT ); Thu, 14 Jun 2007 18:17:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757160AbXFNWPh (ORCPT ); Thu, 14 Jun 2007 18:15:37 -0400 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:35386 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757710AbXFNWPf (ORCPT ); Thu, 14 Jun 2007 18:15:35 -0400 Date: Fri, 15 Jun 2007 00:15:45 +0200 From: Adrian Bunk To: Andrew Morton , Nick Piggin Cc: linux-kernel@vger.kernel.org Subject: [-mm patch] make fs/buffer.c:cont_expand_zero() static Message-ID: <20070614221545.GX3588@stusta.de> References: <20070606220313.8f7c1fab.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20070606220313.8f7c1fab.akpm@linux-foundation.org> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 829 Lines: 24 cont_expand_zero() can become static. Signed-off-by: Adrian Bunk --- --- linux-2.6.22-rc4-mm2/fs/buffer.c.old 2007-06-14 01:51:08.000000000 +0200 +++ linux-2.6.22-rc4-mm2/fs/buffer.c 2007-06-14 01:51:42.000000000 +0200 @@ -2181,8 +2181,8 @@ return err; } -int cont_expand_zero(struct file *file, struct address_space *mapping, - loff_t pos, loff_t *bytes) +static int cont_expand_zero(struct file *file, struct address_space *mapping, + loff_t pos, loff_t *bytes) { struct inode *inode = mapping->host; unsigned blocksize = 1 << inode->i_blkbits; - 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/