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
..
2014-06-06 16:08:09 -07:00
2014-10-31 17:48:54 -04:00
2015-04-11 22:29:40 -04:00
2009-01-22 13:16:01 +03:00
2011-03-17 14:02:57 +01:00
2014-08-08 15:57:20 -07:00