locks: typedef fl_owner_t to void *
authorChristoph Hellwig <hch@lst.de>
Sun, 13 Jul 2014 15:00:37 +0000 (17:00 +0200)
committerJeff Layton <jlayton@primarydata.com>
Mon, 14 Jul 2014 01:38:49 +0000 (21:38 -0400)
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 <hch@lst.de>
Signed-off-by: Jeff Layton <jlayton@primarydata.com>

No differences found