commit | ac748a09fc873915254ed69fe83f1a95436ee30a | [log] [tgz] |
---|---|---|
author | Jan Blunck <jblunck@suse.de> | Thu Feb 14 19:34:39 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Feb 14 21:13:33 2008 -0800 |
tree | 1544b5d5d71e1d4902a1e1255ef8703260a0150e | |
parent | 6ac08c39a16f72c2d3e845cb6849a1392fa03e80 [diff] |
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 <jblunck@suse.de> Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>