Return-Path: Received: from daytona.panasas.com ([67.152.220.89]:38163 "EHLO daytona.panasas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754044Ab1FNVgm (ORCPT ); Tue, 14 Jun 2011 17:36:42 -0400 From: Boaz Harrosh To: Benny Halevy , open-osd , NFS list Subject: [PATCH 07/10] SQUASHME: pnfsd-exofs: osd_xdr_srv header moved Date: Tue, 14 Jun 2011 17:36:41 -0400 Message-Id: <1308087401-13235-1-git-send-email-bharrosh@panasas.com> In-Reply-To: <4DF7D36F.9070602@panasas.com> References: <4DF7D36F.9070602@panasas.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: Content-Type: text/plain MIME-Version: 1.0 Signed-off-by: Boaz Harrosh --- fs/exofs/export.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/exofs/export.c b/fs/exofs/export.c index 20969bf..616cf5d 100644 --- a/fs/exofs/export.c +++ b/fs/exofs/export.c @@ -27,7 +27,7 @@ #include #include "exofs.h" -#include "../exportfs/pnfs_osd_xdr_srv.h" +#include "linux/nfsd/pnfs_osd_xdr_srv.h" static int exofs_layout_type(struct super_block *sb) { -- 1.7.3.4