Commit 732741274d0269718ba20c520cf72530bb038641

Authored by Al Viro
1 parent 825f9692fb

unexport get_empty_filp()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -147,8 +147,6 @@
147 147 return NULL;
148 148 }
149 149  
150   -EXPORT_SYMBOL(get_empty_filp);
151   -
152 150 /**
153 151 * alloc_file - allocate and initialize a 'struct file'
154 152 * @mnt: the vfsmount on which the file will reside