This is a note to let you know that I've just added the patch titled

    Remove extra struct page member from the buffer info structure

to the 2.6.32-longterm tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/longterm/longterm-queue-2.6.32.git;a=summary

The filename of the patch is:
     remove-extra-struct-page-member-from-the-buffer-info-structure.patch
and it can be found in the queue-2.6.32 subdirectory.

If you, or anyone else, feels it should not be added to the 2.6.32 longterm 
tree,
please let <[email protected]> know about it.


>From b1d670f10e8078485884f0cf7e384d890909aeaa Mon Sep 17 00:00:00 2001
From: Greg Rose <[email protected]>
Date: Tue, 16 Nov 2010 19:41:36 -0800
Subject: Remove extra struct page member from the buffer info structure

From: Greg Rose <[email protected]>

commit b1d670f10e8078485884f0cf7e384d890909aeaa upstream.

declaration.

Reported-by: Andi Kleen <[email protected]>
Signed-off-by: Greg Rose <[email protected]>
Tested-by: Emil Tantilov <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Cc: Andreas Radke <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/net/igbvf/igbvf.h |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/net/igbvf/igbvf.h
+++ b/drivers/net/igbvf/igbvf.h
@@ -125,7 +125,6 @@ struct igbvf_buffer {
                        unsigned int page_offset;
                };
        };
-       struct page *page;
 };
 
 union igbvf_desc {


Patches currently in longterm-queue-2.6.32 which might be from 
[email protected] are

/home/gregkh/linux/longterm/longterm-queue-2.6.32/queue-2.6.32/remove-extra-struct-page-member-from-the-buffer-info-structure.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to