From patchwork Sun May 29 08:06:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Boaz Harrosh X-Patchwork-Id: 827242 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p4T878RN020650 for ; Sun, 29 May 2011 08:07:09 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751096Ab1E2IHF (ORCPT ); Sun, 29 May 2011 04:07:05 -0400 Received: from daytona.panasas.com ([67.152.220.89]:44758 "EHLO daytona.panasas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915Ab1E2IG6 (ORCPT ); Sun, 29 May 2011 04:06:58 -0400 Received: from fs2.bhalevy.com ([172.17.33.68]) by daytona.panasas.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 29 May 2011 04:06:57 -0400 Message-ID: <4DE1FE9B.9000109@panasas.com> Date: Sun, 29 May 2011 11:06:51 +0300 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110430 Remi/fc12 Thunderbird/3.1.10 MIME-Version: 1.0 To: Benny Halevy CC: Trond Myklebust , linux-nfs@vger.kernel.org Subject: [PATCH] SQUASHME: into NFSv4.1: purge deviceid cache - let ver < 4.1 compile References: <4DDD7392.6040505@panasas.com> <1306358821-16967-1-git-send-email-bhalevy@panasas.com> In-Reply-To: <1306358821-16967-1-git-send-email-bhalevy@panasas.com> X-OriginalArrivalTime: 29 May 2011 08:06:57.0668 (UTC) FILETIME=[616E1440:01CC1DD7] Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Sun, 29 May 2011 08:07:09 +0000 (UTC) In C parameter names cannot be omitted from function implementation Signed-off-by: Boaz Harrosh --- fs/nfs/pnfs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index 020be34..48d0a8e 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h @@ -415,7 +415,7 @@ static inline int pnfs_layoutcommit_inode(struct inode *inode, bool sync) return 0; } -static inline void nfs4_deviceid_purge_client(struct nfs_client *) +static inline void nfs4_deviceid_purge_client(struct nfs_client *ncl) { } #endif /* CONFIG_NFS_V4_1 */