fs: move get_empty_filp() deffinition to internal.h
authorEric Paris <eparis@redhat.com>
Fri, 4 Dec 2009 20:47:36 +0000 (15:47 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 16 Dec 2009 17:16:45 +0000 (12:16 -0500)
commite81e3f4dca6c54116a24aec217d2c15c6f58ada5
tree4cbaf8b4573a4f4dac2dafc2bebffe398a984b3d
parentb75b5086be6504132eadb22a907854e0bf52e365
fs: move get_empty_filp() deffinition to internal.h

All users outside of fs/ of get_empty_filp() have been removed.  This patch
moves the definition from the include/ directory to internal.h so no new
users crop up and removes the EXPORT_SYMBOL.  I'd love to see open intents
stop using it too, but that's a problem for another day and a smarter
developer!

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/file_table.c
fs/internal.h
fs/namei.c
fs/open.c
include/linux/fs.h