]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - block/blk-cgroup.h
ptrace: cleanup arch_ptrace() on m32r
[net-next-2.6.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