[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110426211416.91F6F3E1886@tassilo.jf.intel.com>
Date: Tue, 26 Apr 2011 14:14:16 -0700 (PDT)
From: Andi Kleen <andi@...stfloor.org>
To: gregory.v.rose@...el.com, ak@...ux.intel.com,
emil.s.tantilov@...el.com, jeffrey.t.kirsher@...el.com,
a.radke@...or.de, gregkh@...e.de, linux-kernel@...r.kernel.org,
stable@...nel.org, tim.bird@...sony.com
Subject: [PATCH] [94/106] Remove extra struct page member from the buffer info structure
2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------
From: Greg Rose <gregory.v.rose@...el.com>
commit b1d670f10e8078485884f0cf7e384d890909aeaa upstream.
declaration.
Reported-by: Andi Kleen <andi@...stfloor.org>
Signed-off-by: Greg Rose <gregory.v.rose@...el.com>
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@...el.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc: Andreas Radke <a.radke@...or.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/net/igbvf/igbvf.h | 1 -
1 file changed, 1 deletion(-)
Index: linux-2.6.35.y/drivers/net/igbvf/igbvf.h
===================================================================
--- linux-2.6.35.y.orig/drivers/net/igbvf/igbvf.h
+++ linux-2.6.35.y/drivers/net/igbvf/igbvf.h
@@ -126,7 +126,6 @@ struct igbvf_buffer {
unsigned int page_offset;
};
};
- struct page *page;
};
union igbvf_desc {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists