]> Zhao Yanbai Git Server - minix.git/commit
Minor change to path lookup that fixes the bug that creating a file
authorBen Gras <ben@minix3.org>
Wed, 28 Feb 2007 13:13:39 +0000 (13:13 +0000)
committerBen Gras <ben@minix3.org>
Wed, 28 Feb 2007 13:13:39 +0000 (13:13 +0000)
commit52b71b2396da7492e99c90a2ad873634fca0d326
tree40c40d3e8816436c14c3eb7af40a77b27d8ce88b
parent84b77d5bfd54b5aa80c0fd8cce81dd344124cef5
Minor change to path lookup that fixes the bug that creating a file
as a first component of an absolute path failed (e.g. 'touch /file'),
due to leading slashes not being skipped in the processed path counter
in that case, causing create to fail.
servers/mfs/path.c