Subject: patch for patch-3.0.46-vs2.3.2.5.diff and 3.0.51/52
From: Corey Wright <undefined@pobox.com>
Date: Sun, 18 Nov 2012 09:11:09 -0600
Sun, 18 Nov 2012 09:11:09 -0600
the attached patch fixes the reject in mm/rmap.c when applying
patch-3.0.46-vs2.3.2.5.diff to 3.0.51 or 3.0.52 (to account for the addition
of including linux/backing-dev.h).

tested in virtualbox guest with testme & testfs.

corey
--
undefined@pobox.com


diff -urNpd linux-3.0.51-vs2.3.2.5~/mm/rmap.c linux-3.0.51-vs2.3.2.5/mm/rmap.c
--- linux-3.0.51-vs2.3.2.5~/mm/rmap.c	2012-11-17 21:50:54.000000000 -0600
+++ linux-3.0.51-vs2.3.2.5/mm/rmap.c	2012-11-17 21:41:14.000000000 -0600
@@ -58,6 +58,7 @@
 #include <linux/migrate.h>
 #include <linux/hugetlb.h>
 #include <linux/backing-dev.h>
+#include <linux/vs_memory.h>
 
 #include <asm/tlbflush.h>