Fixed a compile error in the block layout code.

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2010-09-30 15:32:35 -04:00
parent 4db35bee02
commit 725048a690
1 changed files with 1 additions and 1 deletions

View File

@ -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)
+