From: Steve Dickson <SteveD@xxxxxxxxxx> 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 <steved@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- 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 <linux/nfs_fs.h> #include <linux/dm-ioctl.h> /* Needed for struct dm_ioctl*/ -#include <../pnfs.h> +#include "../pnfs.h" #define PAGE_CACHE_SECTORS (PAGE_CACHE_SIZE >> 9) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html