Frederic Cambus <[email protected]> writes:

> Hi tech@,
>
> It seems some #ifdef and #ifndef blocks are no longer necessary.
>
> Comments? OK?

Sure.  Another one below, here since rev 1.1


Index: msdosfs_vfsops.c
===================================================================
RCS file: /cvs/src/sys/msdosfs/msdosfs_vfsops.c,v
retrieving revision 1.80
diff -u -p -p -u -r1.80 msdosfs_vfsops.c
--- msdosfs_vfsops.c    7 Sep 2016 17:30:12 -0000       1.80
+++ msdosfs_vfsops.c    27 Sep 2016 13:00:01 -0000
@@ -592,8 +592,6 @@ msdosfs_unmount(struct mount *mp, int mn
        flags = 0;
        if (mntflags & MNT_FORCE)
                flags |= FORCECLOSE;
-#ifdef QUOTA
-#endif
        if ((error = vflush(mp, NULLVP, flags)) != 0)
                return (error);
        pmp = VFSTOMSDOSFS(mp);

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to