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:
00e188e
)
get rid of fget_light()
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 4 Mar 2014 19:54:22 +0000
(14:54 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 10 Mar 2014 15:44:42 +0000
(11:44 -0400)
instead of returning the flags by reference, we can just have the
low-level primitive return those in lower bits of unsigned long,
with struct file * derived from the rest.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found