VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Roland Dreier <rdreier@cisco.com> 2009-12-16 12:43:11 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2009-12-16 13:29:19 -0800 commit: 73efc4681cb5e3c8807daf106f001e7f0798d8a0 parent: a73611b6aafa3b902524dad2d68e378c4ec9f4db
Commit Summary:
re-export alloc_file()
Diffstat:
1 file changed, 1 insertion, 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,
 	ima_counts_get(file);
 	return file;
 }
+EXPORT_SYMBOL(alloc_file);
 
 void fput(struct file *file)
 {