fs: cleanup slight list_entry abuse
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 19 Mar 2015 11:28:04 +0000 (12:28 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 23 Jun 2015 22:01:59 +0000 (18:01 -0400)
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>

No differences found