]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: move get_fs_root_and_pwd() to single caller
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Sep 2013 17:12:47 +0000 (10:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Sep 2013 17:12:47 +0000 (10:12 -0700)
commit73aaf340178bce032c2feb711d22bd6d7d9b94a5
tree6d74d7b501002f7516e2eb3068f5a942f63098ee
parent233372f22e678ce06f50cc53dd9fcc51f30a44ba
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>
fs/dcache.c
include/linux/fs_struct.h