Commit 73274127 authored by Al Viro's avatar Al Viro

unexport get_empty_filp()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 825f9692
......@@ -147,8 +147,6 @@ struct file *get_empty_filp(void)
return NULL;
}
EXPORT_SYMBOL(get_empty_filp);
/**
* alloc_file - allocate and initialize a 'struct file'
* @mnt: the vfsmount on which the file will reside
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment