Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"
[profile/ivi/kernel-adaptation-intel-automotive.git] / fs / file_table.c
index 17a55b8..0afacf6 100644 (file)
@@ -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)
 {