FreeBSD Bugzilla – Attachment 158142 Details for
Bug 201185
[patch] geli: don't panic on spoil events
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
geli.patch (text/plain), 613 bytes, created by
fullermd
on 2015-06-29 01:28:03 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
fullermd
Created:
2015-06-29 01:28:03 UTC
Size:
613 bytes
patch
obsolete
>Index: sys/geom/eli/g_eli.c >=================================================================== >--- sys/geom/eli/g_eli.c (revision 284917) >+++ sys/geom/eli/g_eli.c (working copy) >@@ -726,11 +726,7 @@ > gp = g_new_geomf(mp, "%s%s", bpp->name, G_ELI_SUFFIX); > sc = malloc(sizeof(*sc), M_ELI, M_WAITOK | M_ZERO); > gp->start = g_eli_start; >- /* >- * Spoiling cannot happen actually, because we keep provider open for >- * writing all the time or provider is read-only. >- */ >- gp->spoiled = g_eli_orphan_spoil_assert; >+ gp->spoiled = g_eli_orphan; > gp->orphan = g_eli_orphan; > gp->dumpconf = g_eli_dumpconf; > /*
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 201185
:
158142
|
158515