diff options
Diffstat (limited to 'fs/file_table.c')
-rw-r--r-- | fs/file_table.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/file_table.c b/fs/file_table.c index 3c16e1ca163e..74a9544ac770 100644 --- a/fs/file_table.c +++ b/fs/file_table.c | |||
@@ -305,6 +305,8 @@ struct file *fget_raw(unsigned int fd) | |||
305 | return file; | 305 | return file; |
306 | } | 306 | } |
307 | 307 | ||
308 | EXPORT_SYMBOL(fget_raw); | ||
309 | |||
308 | /* | 310 | /* |
309 | * Lightweight file lookup - no refcnt increment if fd table isn't shared. | 311 | * Lightweight file lookup - no refcnt increment if fd table isn't shared. |
310 | * | 312 | * |