diff options
-rw-r--r-- | fs/file_table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/file_table.c b/fs/file_table.c index 17a55b81be2d..0afacf654398 100644 --- a/fs/file_table.c +++ b/fs/file_table.c | |||
@@ -194,6 +194,7 @@ struct file *alloc_file(struct path *path, fmode_t mode, | |||
194 | ima_counts_get(file); | 194 | ima_counts_get(file); |
195 | return file; | 195 | return file; |
196 | } | 196 | } |
197 | EXPORT_SYMBOL(alloc_file); | ||
197 | 198 | ||
198 | void fput(struct file *file) | 199 | void fput(struct file *file) |
199 | { | 200 | { |