1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

NOP class doesn't operate on metadata, so the spoil event can be safely

ignored.
This commit is contained in:
Pawel Jakub Dawidek 2004-08-18 16:58:42 +00:00
parent 4187cdf189
commit b25aec32ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133981

View File

@ -178,7 +178,6 @@ g_nop_create(struct gctl_req *req, struct g_class *mp, struct g_provider *pp,
sc->sc_failprob = failprob;
gp->softc = sc;
gp->start = g_nop_start;
gp->spoiled = g_nop_orphan;
gp->orphan = g_nop_orphan;
gp->access = g_nop_access;
gp->dumpconf = g_nop_dumpconf;