Remove unneeded return left from refactoring.

MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-25 00:14:56 +00:00
parent fc6eef7aa8
commit 3733897532
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297256

View File

@ -274,8 +274,6 @@ filemon_close_log(struct filemon *filemon)
sx_xunlock(&filemon->lock);
fdrop(fp, curthread);
sx_xlock(&filemon->lock);
return;
}
/*