Date: Mon, 28 Mar 2005 09:31:57 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/udf udf_vnops.c Message-ID: <200503280931.j2S9VvJD025721@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-03-28 09:31:57 UTC
FreeBSD src repository
Modified files:
sys/fs/udf udf_vnops.c
Log:
- We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.
- In the ISDOTDOT case we have to unlock the dvp before locking the child,
if this fails we must relock dvp before returning an error. This was
missing before.
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.54 +5 -7 src/sys/fs/udf/udf_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503280931.j2S9VvJD025721>
