From: Linus Torvalds Date: Thu, 12 Sep 2013 17:12:47 +0000 (-0700) Subject: vfs: move get_fs_root_and_pwd() to single caller X-Git-Tag: v3.12-rc1~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5762482f5496cb1dd86acd2aace3ea25d1404e1f;p=pandora-kernel.git vfs: move get_fs_root_and_pwd() to single caller Let's not pollute the include files with inline functions that are only used in a single place. Especially not if we decide we might want to change the semantics of said function to make it more efficient.. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed