From: Rasmus Villemoes Date: Thu, 19 Mar 2015 11:28:04 +0000 (+0100) Subject: fs: cleanup slight list_entry abuse X-Git-Tag: omap-for-v4.2/fixes-rc1^2~6^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db6172c41194576ba2a27e64fa2a5576d11d6eb9;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed