scottl 2004/03/29 21:01:48 PST
FreeBSD src repository
Modified files:
sys/fs/udf udf_vfsops.c udf_vnops.c
Log:
Catch all cases where bread() returns an error and a valid *bp, and release
the *bp.
Obtained from: DragonFlyBSD
Revision Changes Path
1.17 +2 -0 src/sys/fs/udf/udf_vfsops.c
1.35 +9 -6 src/sys/fs/udf/udf_vnops.c