]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - block/blk-cgroup.h
MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c
[mv-sheeva.git] / block / blk-cgroup.h
index 034c35562dba28ce2bfb42bfeea5c1aea63abd39..ea4861bdd549a58fb3884eab94c1c2395bae243a 100644 (file)
@@ -20,6 +20,9 @@ enum blkio_policy_id {
        BLKIO_POLICY_THROTL,            /* Throttling */
 };
 
+/* Max limits for throttle policy */
+#define THROTL_IOPS_MAX                UINT_MAX
+
 #if defined(CONFIG_BLK_CGROUP) || defined(CONFIG_BLK_CGROUP_MODULE)
 
 #ifndef CONFIG_BLK_CGROUP