···157157 * @flags: O_... flags with which the new file will be opened158158 * @fop: the 'struct file_operations' for the new file159159 */160160-struct file *alloc_file(const struct path *path, int flags,160160+static struct file *alloc_file(const struct path *path, int flags,161161 const struct file_operations *fop)162162{163163 struct file *file;···182182 i_readcount_inc(path->dentry->d_inode);183183 return file;184184}185185-EXPORT_SYMBOL(alloc_file);186185187186struct file *alloc_file_pseudo(struct inode *inode, struct vfsmount *mnt,188187 const char *name, int flags,