Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2009 17:15:26 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_lookup.c
Message-ID:  <200905161715.n4GHFX8f052517@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-05-16 17:15:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/ufs/ufs          ufs_lookup.c 
  Log:
  SVN rev 192200 on 2009-05-16 17:15:26Z by kib
  
  MFC r191137:
  Verify that '..' still exists with the same inode number after
  VFS_VGET() has returned in ufs_lookup().
  
  MFC r191260:
  When verifying '..' after VFS_VGET() in ufs_lookup(), do not return
  error if '..' is still there but changed between lookup and check.
  Start relookup instead.
  
  Revision  Changes    Path
  1.83.2.6  +45 -17    src/sys/ufs/ufs/ufs_lookup.c



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