Page MenuHomeFreeBSD

D34375.id103227.diff
No OneTemporary

D34375.id103227.diff

Index: sys/kern/vfs_init.c
===================================================================
--- sys/kern/vfs_init.c
+++ sys/kern/vfs_init.c
@@ -547,14 +547,13 @@
if (vfc->vfc_vfsops_sd->vfs_uninit != NULL)
error = vfc->vfc_vfsops_sd->vfs_uninit(vfsp);
} else {
- if (vfc->vfc_vfsops->vfs_uninit != NULL) {
+ if (vfc->vfc_vfsops->vfs_uninit != NULL)
error = vfc->vfc_vfsops->vfs_uninit(vfsp);
}
if (error != 0) {
vfsconf_unlock();
return (error);
}
- }
TAILQ_REMOVE(&vfsconf, vfsp, vfc_list);
maxtypenum = VFS_GENERIC;
TAILQ_FOREACH(vfsp, &vfsconf, vfc_list)

File Metadata

Mime Type
text/plain
Expires
Sun, May 17, 8:46 PM (14 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33208792
Default Alt Text
D34375.id103227.diff (594 B)

Event Timeline