diff for duplicates of <4C425273.5000702@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 3bb9638..a2736df 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -33,7 +33,8 @@ index ec88ff3..412e7cc 100644 + spin_lock(&mb_cache_spinlock); + count = 0; + 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); + mb_debug("cache %s (%d)", cache->c_name, + atomic_read(&cache->c_entry_count)); + count += atomic_read(&cache->c_entry_count); @@ -52,3 +53,9 @@ index ec88ff3..412e7cc 100644 -- Thanks and Regards, shenghui + +-- +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 81c2c61..47d3885 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Wang Sheng-Hui <crosslonelyover@gmail.com>\0" - "Subject\0[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan >\0" - "Date\0Sun, 18 Jul 2010 01:01:39 +0000\0" + "Subject\0[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0\0" + "Date\0Sun, 18 Jul 2010 09:01:39 +0800\0" "To\0linux-fsdevel@vger.kernel.org" viro@zeniv.linux.org.uk linux-mm@kvack.org @@ -44,7 +44,8 @@ "+\tspin_lock(&mb_cache_spinlock);\n" "+\tcount = 0;\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" "+\t\tmb_debug(\"cache %s (%d)\", cache->c_name,\n" "+\t\t\t atomic_read(&cache->c_entry_count));\n" "+\t\tcount += atomic_read(&cache->c_entry_count);\n" @@ -62,6 +63,12 @@ "\n" "-- \n" "Thanks and Regards,\n" - shenghui + "shenghui\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>" -ab1cd453a4ccf50d88104de0bdaeb17f004f9b9655ca308a358543f8c7249dd1 +a905c0792807dd1468390974b26436c5d088422960004beb4fe2bb567fec7ca3
diff --git a/a/1.txt b/N2/1.txt index 3bb9638..a2736df 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -33,7 +33,8 @@ index ec88ff3..412e7cc 100644 + spin_lock(&mb_cache_spinlock); + count = 0; + 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); + mb_debug("cache %s (%d)", cache->c_name, + atomic_read(&cache->c_entry_count)); + count += atomic_read(&cache->c_entry_count); @@ -52,3 +53,9 @@ index ec88ff3..412e7cc 100644 -- Thanks and Regards, shenghui + +-- +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/N2/content_digest index 81c2c61..b88fe1d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,12 +1,12 @@ "From\0Wang Sheng-Hui <crosslonelyover@gmail.com>\0" - "Subject\0[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan >\0" - "Date\0Sun, 18 Jul 2010 01:01:39 +0000\0" + "Subject\0[PATCH] fix return value for mb_cache_shrink_fn when nr_to_scan > 0\0" + "Date\0Sun, 18 Jul 2010 09:01:39 +0800\0" "To\0linux-fsdevel@vger.kernel.org" viro@zeniv.linux.org.uk linux-mm@kvack.org linux-ext4 <linux-ext4@vger.kernel.org> kernel-janitors <kernel-janitors@vger.kernel.org> - " a.gruenbacher\0" + " a.gruenbacher@computer.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -44,7 +44,8 @@ "+\tspin_lock(&mb_cache_spinlock);\n" "+\tcount = 0;\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" "+\t\tmb_debug(\"cache %s (%d)\", cache->c_name,\n" "+\t\t\t atomic_read(&cache->c_entry_count));\n" "+\t\tcount += atomic_read(&cache->c_entry_count);\n" @@ -62,6 +63,12 @@ "\n" "-- \n" "Thanks and Regards,\n" - shenghui + "shenghui\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>" -ab1cd453a4ccf50d88104de0bdaeb17f004f9b9655ca308a358543f8c7249dd1 +b485f486068a51123dc518b305e7258d7635957a68a894bb75297f9de38ae107
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.