From: Eric Paris Date: Fri, 4 Dec 2009 20:47:36 +0000 (-0500) Subject: fs: move get_empty_filp() deffinition to internal.h X-Git-Tag: v2.6.33-rc1~49^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81e3f4dca6c54116a24aec217d2c15c6f58ada5;p=pandora-kernel.git 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 Acked-by: Miklos Szeredi Signed-off-by: Al Viro --- Reading git-diff-tree failed