commit | bd2a31d522344b3ac2fb680bd2366e77a9bd8209 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 04 14:54:22 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 10 11:44:42 2014 -0400 |
tree | d08be6aea75b2f41bebf516bfc33187d0673bfce | |
parent | 00e188ef6a7e7bf2883bcffc30d89e98a0bb76b3 [diff] |
get rid of fget_light() 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>