On Tue, May 28, 2013 at 04:51:34PM -0400, Ted Unangst wrote:
> 
> Indeed, I think maybe this is ok.
> 
> Index: ffs_vfsops.c
> ===================================================================
> RCS file: /cvs/src/sys/ufs/ffs/ffs_vfsops.c,v
> retrieving revision 1.136
> diff -u -p -r1.136 ffs_vfsops.c
> --- ffs_vfsops.c      15 Apr 2013 15:32:19 -0000      1.136
> +++ ffs_vfsops.c      28 May 2013 20:50:42 -0000
> @@ -221,7 +221,6 @@ ffs_mount(struct mount *mp, const char *
>                               flags |= FORCECLOSE;
>                       if (fs->fs_flags & FS_DOSOFTDEP) {
>                               error = softdep_flushfiles(mp, flags, p);
> -                             mp->mnt_flag &= ~MNT_SOFTDEP;
>                       } else
>                               error = ffs_flushfiles(mp, flags, p);
>                       ronly = 1;

I am currently testing this patch, I will report back once I have
some results.

Reply via email to