Silence down a warning which should really be a debug message.
MFC after: 2 weeks Sponsored by: DARPA
This commit is contained in:
parent
c027e8cf48
commit
d499502db7
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user