xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit be29b8e263ee60c30e8f55162bc05ee4515634c9
parent d6d636aad3e47eb2b4b1c88ff8e1c9c505c58931
Author: rsc <rsc>
Date:   Fri,  8 Sep 2006 14:26:16 +0000

++

Diffstat:
Mfs.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs.c b/fs.c @@ -723,7 +723,7 @@ link(char *name1, char *name2) } ilock(ip); - ip->nlink += 1; + ip->nlink++; iupdate(ip); wdir(dp, last, ip->inum);