On Tue, Aug 14, 2012 at 11:37:53AM -0400, Paul Gortmaker wrote: > On Mon, Aug 13, 2012 at 2:14 PM, <[email protected]> wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > mm: hugetlbfs: close race during teardown of hugetlbfs shared page > > tables > > > > to the 3.4-stable tree which can be found at: > > > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > > > mm-hugetlbfs-close-race-during-teardown-of-hugetlbfs-shared-page-tables.patch > > and it can be found in the queue-3.4 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let <[email protected]> know about it. > > The original was: > > include/linux/hugetlb.h | 11 +++++++++++ > mm/hugetlb.c | 28 ++++++++++++++++++++++++++-- > mm/memory.c | 2 +- > 3 files changed, 38 insertions(+), 3 deletions(-) > > while the patch below is: > > mm/hugetlb.c | 25 +++++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) > > It wasn't obvious to me if this was intentional, so I thought I'd > mention it. >
Well spotted but the difference is due to the mainline commit needed to work with other patches that were not backported. The backported patch was simpler but functionally the different versions should be equivalent. -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

