summaryrefslogtreecommitdiffstats
path: root/sys/geom/journal
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-01-11 06:08:32 +0000
committerkib <kib@FreeBSD.org>2013-01-11 06:08:32 +0000
commita1f936063858480a77fe8f64f01327df23336842 (patch)
tree3f32e9ce443052d57af1de00bcd5edf06395f8f8 /sys/geom/journal
parent6e25165637bf61f063228720a36b367f5c38bf69 (diff)
downloadFreeBSD-src-a1f936063858480a77fe8f64f01327df23336842.zip
FreeBSD-src-a1f936063858480a77fe8f64f01327df23336842.tar.gz
Add flags argument to vfs_write_resume() and remove
vfs_write_resume_flags(). Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/geom/journal')
-rw-r--r--sys/geom/journal/g_journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/journal/g_journal.c b/sys/geom/journal/g_journal.c
index 4581430..a3c996c 100644
--- a/sys/geom/journal/g_journal.c
+++ b/sys/geom/journal/g_journal.c
@@ -2976,7 +2976,7 @@ g_journal_do_switch(struct g_class *classp)
g_journal_switch_wait(sc);
mtx_unlock(&sc->sc_mtx);
- vfs_write_resume(mp);
+ vfs_write_resume(mp, 0);
next:
mtx_lock(&mountlist_mtx);
vfs_unbusy(mp);
OpenPOWER on IntegriCloud