git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c09ad
)
vfs: move get_fs_root_and_pwd() to single caller
author
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Sep 2013 17:12:47 +0000
(10:12 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Sep 2013 17:12:47 +0000
(10:12 -0700)
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>
No differences found