Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2004 05:59:30 +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.h union_vfsops.c union_vnops.c
Message-ID:  <200410050559.i955xUbQ021937@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
takawata    2004-10-05 05:59:30 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/unionfs       union.h union_vfsops.c union_vnops.c 
  Log:
  Fix unionfs problems when a directory is mounted on other directory
  with different file systems. This may cause ill things
  with my previous fix. Now it translate fsid of direct child of
  mount point directory only.
  
  Pointed out by: Uwe Doering
  
  Revision  Changes    Path
  1.29      +1 -0      src/sys/fs/unionfs/union.h
  1.68      +7 -0      src/sys/fs/unionfs/union_vfsops.c
  1.110     +3 -1      src/sys/fs/unionfs/union_vnops.c



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