FreeBSD Bugzilla – Attachment 190238 Details for
Bug 225423
panic: softdep_deallocate_dependencies: dangling deps
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
10-current patch for lost disk panic
diffs (text/plain), 609 bytes, created by
Kirk McKusick
on 2018-02-01 01:36:16 UTC
(
hide
)
Description:
10-current patch for lost disk panic
Filename:
MIME Type:
Creator:
Kirk McKusick
Created:
2018-02-01 01:36:16 UTC
Size:
609 bytes
patch
obsolete
>Index: sys/fs/devfs/devfs_vnops.c >=================================================================== >--- sys/fs/devfs/devfs_vnops.c (revision 328621) >+++ sys/fs/devfs/devfs_vnops.c (working copy) >@@ -661,13 +661,8 @@ devfs_fsync(struct vop_fsync_args *ap) > printf("Device %s went missing before all of the data " > "could be written to it; expect data loss.\n", > de->de_dirent->d_name); >- >- error = vop_stdfsync(ap); >- if (bo->bo_dirty.bv_cnt != 0 || error != 0) >- panic("devfs_fsync: vop_stdfsync failed."); > } >- >- return (0); >+ return (error); > } > > return (vop_stdfsync(ap));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225423
:
190043
| 190238