kernel-hacking-2024-linux-s.../fs/befs
Rasmus Villemoes db6172c411 fs: cleanup slight list_entry abuse
list_entry is just a wrapper for container_of, but it is arguably
wrong (and slightly confusing) to use it when the pointed-to struct
member is not a struct list_head. Use container_of directly instead.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2015-06-23 18:01:59 -04:00
..
befs.h fs: cleanup slight list_entry abuse 2015-06-23 18:01:59 -04:00
befs_fs_types.h
btree.c fs/befs/btree.c: remove typedef befs_btree_node 2014-10-14 02:18:20 +02:00
btree.h
ChangeLog
datastream.c befs: replace typedef befs_sb_info by structure 2015-04-17 09:04:03 -04:00
datastream.h
debug.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
endian.h
inode.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
inode.h
io.c befs: replace typedef befs_sb_info by structure 2015-04-17 09:04:03 -04:00
io.h
Kconfig fs/befs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
linuxvfs.c don't pass nameidata to ->follow_link() 2015-05-10 22:20:15 -04:00
Makefile BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
super.c befs: replace typedef befs_sb_info by structure 2015-04-17 09:04:03 -04:00
super.h
TODO