Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756892AbYFXF43 (ORCPT ); Tue, 24 Jun 2008 01:56:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751549AbYFXF4U (ORCPT ); Tue, 24 Jun 2008 01:56:20 -0400 Received: from mx1.redhat.com ([66.187.233.31]:35376 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbYFXF4T (ORCPT ); Tue, 24 Jun 2008 01:56:19 -0400 Date: Tue, 24 Jun 2008 01:56:07 -0400 (EDT) From: Mikulas Patocka To: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org cc: davem@davemloft.net Subject: [2/10 PATCH] inline inline-generic_writepages.patch In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1064 Lines: 25 Make generic_writepages inlinable in current file. Signed-off-by: Mikulas Patocka Index: linux-2.6.26-rc7-devel/mm/page-writeback.c =================================================================== --- linux-2.6.26-rc7-devel.orig/mm/page-writeback.c 2008-06-24 07:28:14.000000000 +0200 +++ linux-2.6.26-rc7-devel/mm/page-writeback.c 2008-06-24 07:37:15.000000000 +0200 @@ -981,8 +981,8 @@ * This is a library function, which implements the writepages() * address_space_operation. */ -int generic_writepages(struct address_space *mapping, - struct writeback_control *wbc) +__always_inline int generic_writepages(struct address_space *mapping, + struct writeback_control *wbc) { /* deal with chardevs and other special file */ if (!mapping->a_ops->writepage) -- 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/