From: Alexey Dobriyan Date: Fri, 8 Feb 2008 12:20:14 +0000 (-0800) Subject: Fix container_of() usage X-Git-Tag: v2.6.25-rc1~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25478445c4a39318acbe08ba8df7945766cbb5b5;p=pandora-kernel.git Fix container_of() usage Using "attr" twice is not OK, because it effectively prohibits such container_of() on variables not named "attr". Signed-off-by: Alexey Dobriyan Acked-by: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed