]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ext4 balloc: say rb_entry not list_entry
authorHugh Dickins <hugh@veritas.com>
Thu, 7 Dec 2006 04:39:21 +0000 (20:39 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:42 +0000 (08:39 -0800)
commitb78a657f0a64134b3813bbdf4e1853d1420eb8d4
tree78fce2530b5054624ebcfdbf10fd10ad1b8466ed
parentb2f2c76d17b68869914a1ec3ab04c7674668f60d
[PATCH] ext4 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 <cmm@us.ibm.com>
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext4/balloc.c