git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1795cd9
)
locks: typedef fl_owner_t to void *
author
Christoph Hellwig
<hch@lst.de>
Sun, 13 Jul 2014 15:00:37 +0000
(17:00 +0200)
committer
Jeff 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