--- src/sys/sys/mount.h 2004/12/29 02:40:03 1.16 +++ src/sys/sys/mount.h 2005/03/22 22:13:33 1.17 @@ -518,6 +518,8 @@ int vfs_stduninit (struct vfsconf *); int vfs_stdextattrctl (struct mount *mp, int cmd, const char *attrname, caddr_t arg, struct thread *p); int journal_mountctl(struct vop_mountctl_args *ap); +void journal_remove_all_journals(struct mount *mp, int flags); + #else /* !_KERNEL */