From: Eric Paris Date: Fri, 18 Dec 2009 01:12:06 +0000 (-0500) Subject: inotify: use container_of instead of casting X-Git-Tag: v2.6.36-rc1~303^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ddd3268dcb6c1d70e9930a83be43bf86e4bf17;p=pandora-kernel.git inotify: use container_of instead of casting inotify_free_mark casts directly from an fsnotify_mark_entry to an inotify_inode_mark_entry. This works, but should use container_of instead for future proofing. Signed-off-by: Eric Paris --- Reading git-diff-tree failed