Re: [PATCH 4/5] SUNRPC: ip map cache per network namespace cleanup

From: Stanislav Kinsbursky
Date: Thu Jan 19 2012 - 12:10:25 EST


19.01.2012 20:37, J. Bruce Fields ÐÐÑÐÑ:
On Thu, Jan 19, 2012 at 06:49:31PM +0400, Stanislav Kinsbursky wrote:
This patch converts ip_map_cache per network namespace implemenetation to the
same view, as other caches done in the series.
Besides generalization, code becomes shorter with this patch.

Again, isnt' it ip_map_cache, and not one of the dynamically created
cache details, that's being passed to the lookup routines?

I may just be confused....


Nope. ip_map_cache was made per network namespace a long time ago.
But it was done in other way: no static templates - just allocation and initialization.
But static template looks clearer to me. So I've used this approach for other caches. And decided to update ip_map_cache management in the same way.

--
Best regards,
Stanislav Kinsbursky
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/