export fget_light

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2012-08-28 10:19:41 -04:00
parent 399c9b862f
commit 4557c669ef
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{