Searched hist:"93 d71a483ca7918e17405cf5f6c163470682c087" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/unionfs/ |
H A D | union_vnops.c | diff 93d71a483ca7918e17405cf5f6c163470682c087 Wed Apr 16 05:08:34 CEST 1997 KATO Takenori <kato@FreeBSD.org> Undo previous commit to avoid panic, and fix order of argument of VOP_LINK(). The reason of strange behavior was wrong order of the argument, that is, the operation
# ln foo bar
in a union fs tried to do
# ln bar foo
in ufs layer.
Now we can make a link in a union fs. diff 93d71a483ca7918e17405cf5f6c163470682c087 Wed Apr 16 05:08:34 CEST 1997 KATO Takenori <kato@FreeBSD.org> Undo previous commit to avoid panic, and fix order of argument of VOP_LINK(). The reason of strange behavior was wrong order of the argument, that is, the operation
# ln foo bar
in a union fs tried to do
# ln bar foo
in ufs layer.
Now we can make a link in a union fs.
|