Re: [PATCH 5/6] ext2 balloc: say rb_entry not list_entry

2006-11-28 Thread Mingming Cao
On Tue, 2006-11-28 at 17:43 +, Hugh Dickins wrote: > 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: Hugh Dickins <[EMAIL PROTECTED]> > --- > Acked. Thanks, Mingming >

[PATCH 5/6] ext2 balloc: say rb_entry not list_entry

2006-11-28 Thread Hugh Dickins
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: Hugh Dickins <[EMAIL PROTECTED]> --- fs/ext2/balloc.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- 2.6.19-rc