Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149688823
D10653.id28165.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
505 B
Referenced Files
None
Subscribers
None
D10653.id28165.diff
View Options
Index: sys/ufs/ffs/ffs_softdep.c
===================================================================
--- sys/ufs/ffs/ffs_softdep.c
+++ sys/ufs/ffs/ffs_softdep.c
@@ -14253,7 +14253,7 @@
struct buf *bp;
{
- if ((bp->b_ioflags & BIO_ERROR) == 0)
+ if ((bp->b_ioflags & BIO_ERROR) == 0 && (bp->b_flags & B_INVAL) == 0)
panic("softdep_deallocate_dependencies: dangling deps");
if (bp->b_vp != NULL && bp->b_vp->v_mount != NULL)
softdep_error(bp->b_vp->v_mount->mnt_stat.f_mntonname, bp->b_error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 27, 6:58 AM (14 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30415125
Default Alt Text
D10653.id28165.diff (505 B)
Attached To
Mode
D10653: Fix FFS panic on ENXIO.
Attached
Detach File
Event Timeline
Log In to Comment