svn commit: r329818 - head/sys/cam
Warner Losh
imp at FreeBSD.org
Thu Feb 22 10:55:24 UTC 2018
Author: imp
Date: Thu Feb 22 10:55:23 2018
New Revision: 329818
URL: https://svnweb.freebsd.org/changeset/base/329818
Log:
Fix typo in last commit after last rebase before commit...
Modified:
head/sys/cam/cam_iosched.c
Modified: head/sys/cam/cam_iosched.c
==============================================================================
--- head/sys/cam/cam_iosched.c Thu Feb 22 08:25:39 2018 (r329817)
+++ head/sys/cam/cam_iosched.c Thu Feb 22 10:55:23 2018 (r329818)
@@ -590,7 +590,7 @@ cam_iosched_ticker(void *arg)
cam_iosched_limiter_tick(&isc->write_stats);
cam_iosched_limiter_tick(&isc->trim_stats);
- isc->flags |= CAM_IOSCHED_FLAGS_TICK;
+ isc->flags |= CAM_IOSCHED_FLAG_TICK;
cam_iosched_schedule(isc, isc->periph);
/*
More information about the svn-src-all
mailing list