From: Christoph Hellwig Date: Sun, 13 Jul 2014 15:00:37 +0000 (+0200) Subject: locks: typedef fl_owner_t to void * X-Git-Tag: omap-for-v3.17/fixes-against-rc2~193^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17fa388ddceb89e9673d83d82cf28ef79e8225d5;p=pandora-kernel.git locks: typedef fl_owner_t to void * fl_owner_t is a cookie that can store all kinds of different pointers, so don't pretends it points to a file structure. For now just change the typedef, but as a follow on this will allow to get rids of lots of casts and eventually the typedef itself. Signed-off-by: Christoph Hellwig Signed-off-by: Jeff Layton --- Reading git-diff-tree failed