Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765554AbYCEBTs (ORCPT ); Tue, 4 Mar 2008 20:19:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934417AbYCEBRs (ORCPT ); Tue, 4 Mar 2008 20:17:48 -0500 Received: from wa-out-1112.google.com ([209.85.146.183]:52775 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934394AbYCEBRq (ORCPT ); Tue, 4 Mar 2008 20:17:46 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=gECcGOTtSAaqPrJ+JIuRd5akXtKVw79ZK2+0YfSWZeIA5SwNzki9qUPK5KL2pW/XB3UkIU4MEh2J+LfV//fSLlpjo42/ZHKzvQXx3L5ZM32CsBThAF02WLzj6qprOwyosuU5SNsArTRG5pL8x6SN6FjDcbP1QrMoxDQd5hMN5uY= Subject: [PATCH 5/9] jfs: replace __inline with inline From: Harvey Harrison To: Dave Kleikamp Cc: Andrew Morton , LKML Content-Type: text/plain Date: Tue, 04 Mar 2008 17:17:18 -0800 Message-Id: <1204679838.5698.71.camel@brick> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 786 Lines: 27 Signed-off-by: Harvey Harrison --- fs/jfs/jfs_dmap.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/jfs/jfs_dmap.h b/fs/jfs/jfs_dmap.h index 11e6d47..1a6eb41 100644 --- a/fs/jfs/jfs_dmap.h +++ b/fs/jfs/jfs_dmap.h @@ -61,7 +61,7 @@ * determine the maximum free string for four (lower level) nodes * of the tree. */ -static __inline signed char TREEMAX(signed char *cp) +static inline signed char TREEMAX(signed char *cp) { signed char tmp1, tmp2; -- 1.5.4.3.500.g83a2c -- 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/