]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ext3 balloc: say rb_entry not list_entry
authorHugh Dickins <hugh@veritas.com>
Thu, 7 Dec 2006 04:41:27 +0000 (20:41 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:48 +0000 (08:39 -0800)
commitddf135db2e836e83e088eedd6fad5c97f98ae6d4
tree2b1366881b78072b21fe9a914cb6c025f82fef52
parent67402867611da8373b6d7892d1db0dc73005600a
[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 <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/ext3/balloc.c