kernel-ark/fs/ext4
Hugh Dickins b78a657f0a [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>
2006-12-07 08:39:42 -08:00
..
acl.c
acl.h
balloc.c [PATCH] ext4 balloc: say rb_entry not list_entry 2006-12-07 08:39:42 -08:00
bitmap.c
dir.c [PATCH] handle ext4 directory corruption better 2006-12-07 08:39:33 -08:00
ext4_jbd2.c [PATCH] ext4: uninline large functions 2006-12-07 08:39:35 -08:00
extents.c [PATCH] ext4_ext_split(): remove dead code 2006-12-07 08:39:36 -08:00
file.c
fsync.c
hash.c
ialloc.c
inode.c [PATCH] retries in ext4_prepare_write() violate ordering requirements 2006-12-07 08:39:37 -08:00
ioctl.c
Makefile [PATCH] ext4: uninline large functions 2006-12-07 08:39:35 -08:00
namei.c [PATCH] handle ext4 directory corruption better 2006-12-07 08:39:33 -08:00
namei.h
resize.c
super.c
symlink.c
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h