All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pnfs:  compile error in blocklayout code
@ 2010-09-30 20:04 Steve Dickson
       [not found] ` <4CA4ED68.3090806-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
  2010-09-30 20:22 ` Jim Rees
  0 siblings, 2 replies; 4+ messages in thread
From: Steve Dickson @ 2010-09-30 20:04 UTC (permalink / raw)
  To: Linux NFS Mailing list

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@redhat.com>

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)
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-30 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 20:04 [PATCH] pnfs: compile error in blocklayout code Steve Dickson
     [not found] ` <4CA4ED68.3090806-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2010-09-30 20:15   ` Benny Halevy
2010-09-30 20:22 ` Jim Rees
2010-09-30 20:30   ` Benny Halevy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.