cvs commit: src/sys/fs/udf udf_vfsops.c

[ Available lists | Index of cvs-all | Month of Jan 2008 | Week of 25 Jan 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Konstantin Belousov <kib@FreeBSD.org>
Date
25 Jan 2008 10:12:34
Subject
cvs commit: src/sys/fs/udf udf_vfsops.c
Message-ID
200801251012.m0PACYSm007632@repoman.freebsd.org


[ Hide this part ]
kib         2008-01-25 10:12:33 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_7)
sys/fs/udf udf_vfsops.c
Log:
MFC rev. 1.52:
udf_vget() shall vgone() the vnode when the file_entry cannot be allocated
or read from the volume. Otherwise, half-constructed vnode could be found
later and cause panic when accessed.

PR: 118322

Revision Changes Path
1.48.2.1 +3 -0 src/sys/fs/udf/udf_vfsops.c


Elapsed time: 1.970 seconds