export fget_light
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
399c9b862f
commit
4557c669ef
1 changed files with 1 additions and 0 deletions
|
@ -797,6 +797,7 @@ struct file *fget_light(unsigned int fd, int *fput_needed)
|
|||
|
||||
return file;
|
||||
}
|
||||
EXPORT_SYMBOL(fget_light);
|
||||
|
||||
struct file *fget_raw_light(unsigned int fd, int *fput_needed)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue