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> diff -up linux-2.6.35.x86_64/fs/nfs/blocklayout/blocklayout.h.orig linux-2.6.35.x86_64/fs/nfs/blocklayout/blocklayout.h --- linux-2.6.35.x86_64/fs/nfs/blocklayout/blocklayout.h.orig 2010-09-30 14:35:49.800480934 -0400 +++ linux-2.6.35.x86_64/fs/nfs/blocklayout/blocklayout.h 2010-09-30 15:09:14.118105750 -0400 @@ -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) -- 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