[kernel/rawhide/user/steved/pnfs-rawhide] Fixed a compile error in the block layout code.

Steve Dickson steved at fedoraproject.org
Thu Sep 30 19:29:27 UTC 2010


commit 52e58dc2619094a197b3e1084a27153dd5bb81fa
Author: Steve Dickson <steved at redhat.com>
Date:   Thu Sep 30 15:32:35 2010 -0400

    Fixed a compile error in the block layout code.
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 pnfs-all-latest.v2.6.36-rc6-f15.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pnfs-all-latest.v2.6.36-rc6-f15.patch b/pnfs-all-latest.v2.6.36-rc6-f15.patch
index a358276..d55cb8e 100644
--- a/pnfs-all-latest.v2.6.36-rc6-f15.patch
+++ b/pnfs-all-latest.v2.6.36-rc6-f15.patch
@@ -3400,7 +3400,7 @@ diff -up linux-2.6.35.noarch/fs/nfs/blocklayout/blocklayout.h.orig linux-2.6.35.
 +
 +#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)
 +


More information about the scm-commits mailing list