diff options
author | 2006-12-06 20:39:21 -0800 | |
---|---|---|
committer | 2006-12-07 08:39:42 -0800 | |
commit | b78a657f0a64134b3813bbdf4e1853d1420eb8d4 (patch) | |
tree | 78fce2530b5054624ebcfdbf10fd10ad1b8466ed /lib | |
parent | [PATCH] ext4 balloc: fix off-by-one against rsv_end (diff) | |
download | linux-dev-b78a657f0a64134b3813bbdf4e1853d1420eb8d4.tar.xz linux-dev-b78a657f0a64134b3813bbdf4e1853d1420eb8d4.zip |
[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>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions