Commit 4557c669ef9801d96cf663331cdd1dcb8fa9c2f1

Authored by Al Viro
1 parent 399c9b862f

export fget_light

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -797,6 +797,7 @@
797 797  
798 798 return file;
799 799 }
  800 +EXPORT_SYMBOL(fget_light);
800 801  
801 802 struct file *fget_raw_light(unsigned int fd, int *fput_needed)
802 803 {