From: Hugh Dickins Date: Thu, 7 Dec 2006 04:41:27 +0000 (-0800) Subject: [PATCH] ext3 balloc: say rb_entry not list_entry X-Git-Tag: v2.6.20-rc1~145^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c56d2561f7189762c4fce854630d4f7f6d64ccee;p=pandora-kernel.git [PATCH] ext3 balloc: say rb_entry not list_entry The reservations tree is an rb_tree not a list, so it's less confusing to use rb_entry() than list_entry() - though they're both just container_of(). Signed-off-by: Mingming Cao Signed-off-by: Hugh Dickins Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed