diff for duplicates of <20100718060106.GA579@infradead.org> diff --git a/a/1.txt b/N1/1.txt index 275c32b..4a10dcf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,6 +2,13 @@ On Sat, Jul 17, 2010 at 11:06:32PM -0500, Eric Sandeen wrote: > + /* Count remaining entries */ > + spin_lock(&mb_cache_spinlock); > + list_for_each(l, &mb_cache_list) { -> + struct mb_cache *cache > + list_entry(l, struct mb_cache, c_cache_list); +> + struct mb_cache *cache = +> + list_entry(l, struct mb_cache, c_cache_list); This should be using list_for_each_entry. + +-- +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/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index 44c2d0a..a115445 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\04C425273.5000702@gmail.com\0" "ref\04C427DC8.6020504@redhat.com\0" "From\0Christoph Hellwig <hch@infradead.org>\0" - "Subject\0Re: [PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan\0" - "Date\0Sun, 18 Jul 2010 06:01:06 +0000\0" + "Subject\0Re: [PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0\0" + "Date\0Sun, 18 Jul 2010 02:01:06 -0400\0" "To\0Eric Sandeen <sandeen@redhat.com>\0" "Cc\0Wang Sheng-Hui <crosslonelyover@gmail.com>" linux-fsdevel@vger.kernel.org @@ -17,8 +17,15 @@ "> +\t/* Count remaining entries */\n" "> +\tspin_lock(&mb_cache_spinlock);\n" "> +\tlist_for_each(l, &mb_cache_list) {\n" - "> +\t\tstruct mb_cache *cache > +\t\t\tlist_entry(l, struct mb_cache, c_cache_list);\n" + "> +\t\tstruct mb_cache *cache =\n" + "> +\t\t\tlist_entry(l, struct mb_cache, c_cache_list);\n" "\n" - This should be using list_for_each_entry. + "This should be using list_for_each_entry.\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" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -c0e5046d9047336848703e1f17c4710ba199eaae6a5e704fa680f3ebd30d86a1 +aec02aa88c31021c25a9fb528bcd5e458f9991084ed75f7d4c26cf7f2fa8db67
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.