Commit 4557c669 authored by Al Viro's avatar Al Viro

export fget_light

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 399c9b86
...@@ -797,6 +797,7 @@ struct file *fget_light(unsigned int fd, int *fput_needed) ...@@ -797,6 +797,7 @@ struct file *fget_light(unsigned int fd, int *fput_needed)
return file; return file;
} }
EXPORT_SYMBOL(fget_light);
struct file *fget_raw_light(unsigned int fd, int *fput_needed) struct file *fget_raw_light(unsigned int fd, int *fput_needed)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment