diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -797,6 +797,7 @@ struct file *fget_light(unsigned int fd, int *fput_needed) | |||
797 | 797 | ||
798 | return file; | 798 | return file; |
799 | } | 799 | } |
800 | EXPORT_SYMBOL(fget_light); | ||
800 | 801 | ||
801 | struct file *fget_raw_light(unsigned int fd, int *fput_needed) | 802 | struct file *fget_raw_light(unsigned int fd, int *fput_needed) |
802 | { | 803 | { |