From patchwork Tue Jun 7 17:34:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Rees X-Patchwork-Id: 858672 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p57HYqWZ022392 for ; Tue, 7 Jun 2011 17:34:52 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757402Ab1FGRet (ORCPT ); Tue, 7 Jun 2011 13:34:49 -0400 Received: from int-mailstore01.merit.edu ([207.75.116.232]:52285 "EHLO int-mailstore01.merit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756253Ab1FGRet (ORCPT ); Tue, 7 Jun 2011 13:34:49 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by int-mailstore01.merit.edu (Postfix) with ESMTP id 1A8A83083A6D; Tue, 7 Jun 2011 13:34:49 -0400 (EDT) X-Virus-Scanned: amavisd-new at int-mailstore01.merit.edu Received: from int-mailstore01.merit.edu ([127.0.0.1]) by localhost (int-mailstore01.merit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5GWxqNSBH7IF; Tue, 7 Jun 2011 13:34:48 -0400 (EDT) Received: from merit.edu (host-17.subnet-17.med.umich.edu [141.214.17.17]) by int-mailstore01.merit.edu (Postfix) with ESMTPSA id B50B7305A9CC; Tue, 7 Jun 2011 13:34:48 -0400 (EDT) Date: Tue, 7 Jun 2011 13:34:47 -0400 From: Jim Rees To: Benny Halevy Cc: linux-nfs@vger.kernel.org, peter honeyman Subject: [PATCH 75/88] SQUASHME: pnfsblock: compile error in blocklayout code Message-ID: <0d5949b60e74efa9aa303f9112d7c6a259a35574.1307464382.git.rees@umich.edu> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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 (demeter1.kernel.org [140.211.167.41]); Tue, 07 Jun 2011 17:34:52 +0000 (UTC) From: Steve Dickson I needed to make the following change to get the block layout code to compile in a Fedora build environment. Signed-off-by: Steve Dickson Signed-off-by: Benny Halevy --- fs/nfs/blocklayout/blocklayout.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfs/blocklayout/blocklayout.h b/fs/nfs/blocklayout/blocklayout.h index 7db7768..9e7bd62 100644 --- a/fs/nfs/blocklayout/blocklayout.h +++ b/fs/nfs/blocklayout/blocklayout.h @@ -34,7 +34,7 @@ #include #include /* Needed for struct dm_ioctl*/ -#include <../pnfs.h> +#include "../pnfs.h" #define PAGE_CACHE_SECTORS (PAGE_CACHE_SIZE >> 9)