Skip to content

Commit

Permalink
unexport get_empty_filp()
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Dec 16, 2009
1 parent 825f969 commit 7327412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/file_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7327412

Please sign in to comment.