svn commit: r297256 - head/sys/dev/filemon
Bryan Drewery
bdrewery at FreeBSD.org
Fri Mar 25 00:14:57 UTC 2016
Author: bdrewery
Date: Fri Mar 25 00:14:56 2016
New Revision: 297256
URL: https://svnweb.freebsd.org/changeset/base/297256
Log:
Remove unneeded return left from refactoring.
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/filemon.c
Modified: head/sys/dev/filemon/filemon.c
==============================================================================
--- head/sys/dev/filemon/filemon.c Thu Mar 24 23:24:00 2016 (r297255)
+++ head/sys/dev/filemon/filemon.c Fri Mar 25 00:14:56 2016 (r297256)
@@ -274,8 +274,6 @@ filemon_close_log(struct filemon *filemo
sx_xunlock(&filemon->lock);
fdrop(fp, curthread);
sx_xlock(&filemon->lock);
-
- return;
}
/*
More information about the svn-src-head
mailing list