diff --git a/sys/rump/librump/rumpvfs/rumpfs.c b/sys/rump/librump/rumpvfs/rumpfs.c index eac194aac27f..2817c43e5496 100644 --- a/sys/rump/librump/rumpvfs/rumpfs.c +++ b/sys/rump/librump/rumpvfs/rumpfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: rumpfs.c,v 1.82 2011/01/11 14:05:32 kefren Exp $ */ +/* $NetBSD: rumpfs.c,v 1.83 2011/01/12 17:14:34 pooka Exp $ */ /* * Copyright (c) 2009, 2010 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.82 2011/01/11 14:05:32 kefren Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.83 2011/01/12 17:14:34 pooka Exp $"); #include #include @@ -1648,6 +1648,7 @@ rumpfs_mountroot() if (error) panic("set_statvfs_info failed for rootfs: %d", error); + mp->mnt_flag &= ~MNT_RDONLY; vfs_unbusy(mp, false, NULL); return 0;