Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2004 17:17:04 +0000 (UTC)
From:      Takanori Watanabe <takawata@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/unionfs union_vnops.c
Message-ID:  <200410021717.i92HH4ZZ014106@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
takawata    2004-10-02 17:17:04 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/unionfs       union_vnops.c 
  Log:
  Fix a problem when you try to mount  a directory on another directory
  belongs to the same filesystem. In this problem, getcwd(3) will fail.
  
  I found the problem two years ago and I have forgotten to merge.
  
  http://docs.FreeBSD.org/cgi/mid.cgi?200202251435.XAA91094
  
  Revision  Changes    Path
  1.109     +2 -0      src/sys/fs/unionfs/union_vnops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410021717.i92HH4ZZ014106>