Author: imp
Date: Fri Jan 27 08:30:43 2017
New Revision: 312864
URL: https://svnweb.freebsd.org/changeset/base/312864

Log:
  Remove nested #ifdef that can't possibly be false.

Modified:
  head/sys/cam/cam_iosched.c

Modified: head/sys/cam/cam_iosched.c
==============================================================================
--- head/sys/cam/cam_iosched.c  Fri Jan 27 07:45:06 2017        (r312863)
+++ head/sys/cam/cam_iosched.c  Fri Jan 27 08:30:43 2017        (r312864)
@@ -1629,7 +1629,6 @@ cam_iosched_update(struct iop_stats *iop
        iop->sd = (int64_t)var < 0 ? 0 : isqrt64(var);
 }
 
-#ifdef CAM_IOSCHED_DYNAMIC
 static void
 cam_iosched_io_metric_update(struct cam_iosched_softc *isc,
     sbintime_t sim_latency, int cmd, size_t size)
@@ -1649,7 +1648,6 @@ cam_iosched_io_metric_update(struct cam_
                break;
        }
 }
-#endif
 
 #ifdef DDB
 static int biolen(struct bio_queue_head *bq)
_______________________________________________
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