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)
commit17fa388ddceb89e9673d83d82cf28ef79e8225d5
tree138543e7f14a71f3774dc59054a60dc4f5143343
parent1795cd9b3a91d4b5473c97f491d63892442212ab
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 <hch@lst.de>
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
include/linux/fs.h