Home
last modified time | relevance | path

Searched hist:e3a285c715631db9cd53989d2b7d2b053bed1296 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/unionfs/
H A Dunion_subr.cdiff e3a285c715631db9cd53989d2b7d2b053bed1296 Tue Sep 28 07:48:39 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Make sure file after VOP_OPEN is VMIO'd when transfering control from
a lower layer to an upper layer. I'm not sure how necessary this is
for reading.

Fix bug in union_lookup() (note: there are probably still several bugs
in union_lookup()). This one set lerror as a side effect without
setting lowervp, causing copyup code further on down to crash on a null
lowervp pointer. Changed the side effect to use a temporary variable
instead.
diff e3a285c715631db9cd53989d2b7d2b053bed1296 Tue Sep 28 07:48:39 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Make sure file after VOP_OPEN is VMIO'd when transfering control from
a lower layer to an upper layer. I'm not sure how necessary this is
for reading.

Fix bug in union_lookup() (note: there are probably still several bugs
in union_lookup()). This one set lerror as a side effect without
setting lowervp, causing copyup code further on down to crash on a null
lowervp pointer. Changed the side effect to use a temporary variable
instead.
H A Dunion_vnops.cdiff e3a285c715631db9cd53989d2b7d2b053bed1296 Tue Sep 28 07:48:39 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Make sure file after VOP_OPEN is VMIO'd when transfering control from
a lower layer to an upper layer. I'm not sure how necessary this is
for reading.

Fix bug in union_lookup() (note: there are probably still several bugs
in union_lookup()). This one set lerror as a side effect without
setting lowervp, causing copyup code further on down to crash on a null
lowervp pointer. Changed the side effect to use a temporary variable
instead.
diff e3a285c715631db9cd53989d2b7d2b053bed1296 Tue Sep 28 07:48:39 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Make sure file after VOP_OPEN is VMIO'd when transfering control from
a lower layer to an upper layer. I'm not sure how necessary this is
for reading.

Fix bug in union_lookup() (note: there are probably still several bugs
in union_lookup()). This one set lerror as a side effect without
setting lowervp, causing copyup code further on down to crash on a null
lowervp pointer. Changed the side effect to use a temporary variable
instead.