]> Git Repo - linux.git/commit
Make set_fs_{root,pwd} take a struct path
authorJan Blunck <[email protected]>
Fri, 15 Feb 2008 03:34:39 +0000 (19:34 -0800)
committerLinus Torvalds <[email protected]>
Fri, 15 Feb 2008 05:13:33 +0000 (21:13 -0800)
commitac748a09fc873915254ed69fe83f1a95436ee30a
tree1544b5d5d71e1d4902a1e1255ef8703260a0150e
parent6ac08c39a16f72c2d3e845cb6849a1392fa03e80
Make set_fs_{root,pwd} take a struct path

In nearly all cases the set_fs_{root,pwd}() calls work on a struct
path. Change the function to reflect this and use path_get() here.

Signed-off-by: Jan Blunck <[email protected]>
Signed-off-by: Andreas Gruenbacher <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/namespace.c
fs/open.c
include/linux/fs_struct.h
This page took 0.054199 seconds and 4 git commands to generate.