Subject: patch for vs2.3.2.5 on 3.0.73
From: Corey Wright <undefined@pobox.com>
Date: Fri, 12 Apr 2013 21:58:38 -0500
Fri, 12 Apr 2013 21:58:38 -0500
a patch [1] in 3.0.73 causes a reject when applying
patch-3.0.67-vs2.3.2.5.diff due to inclusion of the math64 header.  the
attached patch accounts for the change in 3.0.73 and fixes the vs2.3.2.5
reject.

i've successfully compiled and tested (testfs & testme) in a VM the resulting
3.0.73-vs2.3.2.5.

[1]
http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-3.0.y&id=a58e3e13f5f8c03a88195c45771b2ef3a7a53f75

corey
--
undefined@pobox.com


http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-3.0.y&id=a58e3e13f5f8c03a88195c45771b2ef3a7a53f75

--- fs/ext4/ialloc.c.~1~	2013-04-12 19:35:42.000000000 -0500
+++ fs/ext4/ialloc.c	2013-04-12 19:43:48.000000000 -0500
@@ -23,6 +23,7 @@
 #include <linux/bitops.h>
 #include <linux/blkdev.h>
 #include <linux/math64.h>
+#include <linux/vs_tag.h>
 #include <asm/byteorder.h>
 
 #include "ext4.h"