commit | 5762482f5496cb1dd86acd2aace3ea25d1404e1f | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 12 10:12:47 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 12 10:12:47 2013 -0700 |
tree | 6d74d7b501002f7516e2eb3068f5a942f63098ee | |
parent | b7c09ad4014e3678e8cc01fdf663c9f43b272dc6 [diff] |
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 <torvalds@linux-foundation.org>