summaryrefslogtreecommitdiff
path: root/sys/xfs
diff options
context:
space:
mode:
authorThordur I. Bjornsson <thib@cvs.openbsd.org>2008-05-07 14:08:38 +0000
committerThordur I. Bjornsson <thib@cvs.openbsd.org>2008-05-07 14:08:38 +0000
commita402b6b263cca0e0963867a15992b19d7cfff462 (patch)
treee248657d3281840ff1d663b50f14184be61914c3 /sys/xfs
parent4e7f46bd427bc6b3bd6bdcf07f95f49e7c9e2e3b (diff)
remove the vfc_mountroot member from vfsconf and
do appropriate cleanup; OK deraadt@
Diffstat (limited to 'sys/xfs')
-rw-r--r--sys/xfs/xfs_vfsops-openbsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/xfs/xfs_vfsops-openbsd.c b/sys/xfs/xfs_vfsops-openbsd.c
index d6724665dc8..6561487af30 100644
--- a/sys/xfs/xfs_vfsops-openbsd.c
+++ b/sys/xfs/xfs_vfsops-openbsd.c
@@ -108,7 +108,6 @@ static struct vfsconf xfs_vfc = {
0,
0,
0,
- NULL,
NULL
};