diff for duplicates of <20110426092029.GA27053@localhost> diff --git a/a/1.txt b/N1/1.txt index 7e7b1a5..31ad852 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ Minchan, > > +static inline struct page *page_cache_alloc_cold_noretry(struct address_space *x) > > +{ -> > + return __page_cache_alloc(mapping_gfp_mask(x)|__GFP_COLD|__GFP_NORETRY); +> > + A A A return __page_cache_alloc(mapping_gfp_mask(x)|__GFP_COLD|__GFP_NORETRY); > > It makes sense to me but it could make a noise about page allocation > failure. I think it's not desirable. @@ -55,3 +55,10 @@ Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> if (!page) break; page->index = page_offset; + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index 42a0a14..a959fa0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -21,7 +21,7 @@ "\n" "> > +static inline struct page *page_cache_alloc_cold_noretry(struct address_space *x)\n" "> > +{\n" - "> > + \302\240 \302\240 \302\240 return __page_cache_alloc(mapping_gfp_mask(x)|__GFP_COLD|__GFP_NORETRY);\n" + "> > + A A A return __page_cache_alloc(mapping_gfp_mask(x)|__GFP_COLD|__GFP_NORETRY);\n" "> \n" "> It makes sense to me but it could make a noise about page allocation\n" "> failure. I think it's not desirable.\n" @@ -73,6 +73,13 @@ "+\t\tpage = page_cache_alloc_readahead(mapping);\n" " \t\tif (!page)\n" " \t\t\tbreak;\n" - " \t\tpage->index = page_offset;" + " \t\tpage->index = page_offset;\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -897b3ed5ced8513a6a77e1e253ebf3f174151007febdb91ee11913e516476d95 +febd0539204b758e28371ce9b6dd336f29405b87a7061391349bb60911ecca29
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.