From mboxrd@z Thu Jan 1 00:00:00 1970 From: Milind Arun Choudhary Date: Wed, 04 Apr 2007 16:49:40 +0000 Subject: [KJ] [PATCH]Unused ROUND_UP, NAME_OFFSET macro in arch/powerpc Message-Id: <20070404163740.GA9830@arun.site> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@lists.osdl.org Cc: linuxppc-dev@ozlabs.org, akpm@linux-foundation.org, paulus@samba.org, linux-kernel@vger.kernel.org Unused ROUND_UP, NAME_OFFSET macro cleanup Signed-off-by: Milind Arun Choudhary --- sys_ppc32.c | 4 ---- 1 files changed, 4 deletions(-) diff --git a/arch/powerpc/kernel/sys_ppc32.c b/arch/powerpc/kernel/sys_ppc32.c index 673e8d9..047246a 100644 --- a/arch/powerpc/kernel/sys_ppc32.c +++ b/arch/powerpc/kernel/sys_ppc32.c @@ -53,10 +53,6 @@ #include #include -/* readdir & getdents */ -#define NAME_OFFSET(de) ((int) ((de)->d_name - (char __user *) (de))) -#define ROUND_UP(x) (((x)+sizeof(u32)-1) & ~(sizeof(u32)-1)) - struct old_linux_dirent32 { u32 d_ino; u32 d_offset; -- Milind Arun Choudhary _______________________________________________ Kernel-janitors mailing list Kernel-janitors@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by ozlabs.org (Postfix) with ESMTP id 73C5CDDECE for ; Thu, 5 Apr 2007 02:36:37 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id k3so698375ugf for ; Wed, 04 Apr 2007 09:36:35 -0700 (PDT) Date: Wed, 4 Apr 2007 22:07:40 +0530 From: Milind Arun Choudhary To: kernel-janitors@lists.osdl.org Subject: [KJ][PATCH]Unused ROUND_UP, NAME_OFFSET macro in arch/powerpc Message-ID: <20070404163740.GA9830@arun.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, akpm@linux-foundation.org, paulus@samba.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Unused ROUND_UP, NAME_OFFSET macro cleanup Signed-off-by: Milind Arun Choudhary --- sys_ppc32.c | 4 ---- 1 files changed, 4 deletions(-) diff --git a/arch/powerpc/kernel/sys_ppc32.c b/arch/powerpc/kernel/sys_ppc32.c index 673e8d9..047246a 100644 --- a/arch/powerpc/kernel/sys_ppc32.c +++ b/arch/powerpc/kernel/sys_ppc32.c @@ -53,10 +53,6 @@ #include #include -/* readdir & getdents */ -#define NAME_OFFSET(de) ((int) ((de)->d_name - (char __user *) (de))) -#define ROUND_UP(x) (((x)+sizeof(u32)-1) & ~(sizeof(u32)-1)) - struct old_linux_dirent32 { u32 d_ino; u32 d_offset; -- Milind Arun Choudhary From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992992AbXDDQgi (ORCPT ); Wed, 4 Apr 2007 12:36:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S2992994AbXDDQgi (ORCPT ); Wed, 4 Apr 2007 12:36:38 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:64234 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992992AbXDDQgh (ORCPT ); Wed, 4 Apr 2007 12:36:37 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=F04JyV+j6m3YLEIbp/gecxkfaW07yhXK+S2OQxF0oAw/BbHuV/QrI4oL9AhyKRScKJssAnJWWgAXn2AmHpJ0EsEYiqtqk5d8BJbgQrVw/tivGbo5kufqk7iFlYNnXwDk+pMACZYNtLycLdU/2OBlqqsmuslaT/wI57OrSMdJHWo= Date: Wed, 4 Apr 2007 22:07:40 +0530 From: Milind Arun Choudhary To: kernel-janitors@lists.osdl.org Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, linuxppc-dev@ozlabs.org, paulus@samba.org Subject: [KJ][PATCH]Unused ROUND_UP, NAME_OFFSET macro in arch/powerpc Message-ID: <20070404163740.GA9830@arun.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Unused ROUND_UP, NAME_OFFSET macro cleanup Signed-off-by: Milind Arun Choudhary --- sys_ppc32.c | 4 ---- 1 files changed, 4 deletions(-) diff --git a/arch/powerpc/kernel/sys_ppc32.c b/arch/powerpc/kernel/sys_ppc32.c index 673e8d9..047246a 100644 --- a/arch/powerpc/kernel/sys_ppc32.c +++ b/arch/powerpc/kernel/sys_ppc32.c @@ -53,10 +53,6 @@ #include #include -/* readdir & getdents */ -#define NAME_OFFSET(de) ((int) ((de)->d_name - (char __user *) (de))) -#define ROUND_UP(x) (((x)+sizeof(u32)-1) & ~(sizeof(u32)-1)) - struct old_linux_dirent32 { u32 d_ino; u32 d_offset; -- Milind Arun Choudhary