commit | b78a657f0a64134b3813bbdf4e1853d1420eb8d4 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Wed Dec 06 20:39:21 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:42 2006 -0800 |
tree | 78fce2530b5054624ebcfdbf10fd10ad1b8466ed | |
parent | b2f2c76d17b68869914a1ec3ab04c7674668f60d [diff] |
[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>