Author: trasz
Date: Tue Apr 21 13:57:51 2020
New Revision: 360145
URL: https://svnweb.freebsd.org/changeset/base/360145

Log:
  Silence down a warning which should really be a debug message.
  
  MFC after:    2 weeks
  Sponsored by: DARPA

Modified:
  head/sys/fs/autofs/autofs_vfsops.c

Modified: head/sys/fs/autofs/autofs_vfsops.c
==============================================================================
--- head/sys/fs/autofs/autofs_vfsops.c  Tue Apr 21 13:30:00 2020        
(r360144)
+++ head/sys/fs/autofs/autofs_vfsops.c  Tue Apr 21 13:57:51 2020        
(r360145)
@@ -128,7 +128,7 @@ autofs_unmount(struct mount *mp, int mntflags)
                flags |= FORCECLOSE;
        error = vflush(mp, 0, flags, curthread);
        if (error != 0) {
-               AUTOFS_WARN("vflush failed with error %d", error);
+               AUTOFS_DEBUG("vflush failed with error %d", error);
                return (error);
        }
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to