diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-throttle.c | 4 | ||||
-rw-r--r-- | block/cfq-iosched.c | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/block/blk-throttle.c b/block/blk-throttle.c index 1474c3ab7e72..861c363e4129 100644 --- a/block/blk-throttle.c +++ b/block/blk-throttle.c | |||
@@ -1425,28 +1425,24 @@ static struct cftype throtl_files[] = { | |||
1425 | .private = offsetof(struct throtl_grp, bps[READ]), | 1425 | .private = offsetof(struct throtl_grp, bps[READ]), |
1426 | .seq_show = tg_print_conf_u64, | 1426 | .seq_show = tg_print_conf_u64, |
1427 | .write_string = tg_set_conf_u64, | 1427 | .write_string = tg_set_conf_u64, |
1428 | .max_write_len = 256, | ||
1429 | }, | 1428 | }, |
1430 | { | 1429 | { |
1431 | .name = "throttle.write_bps_device", | 1430 | .name = "throttle.write_bps_device", |
1432 | .private = offsetof(struct throtl_grp, bps[WRITE]), | 1431 | .private = offsetof(struct throtl_grp, bps[WRITE]), |
1433 | .seq_show = tg_print_conf_u64, | 1432 | .seq_show = tg_print_conf_u64, |
1434 | .write_string = tg_set_conf_u64, | 1433 | .write_string = tg_set_conf_u64, |
1435 | .max_write_len = 256, | ||
1436 | }, | 1434 | }, |
1437 | { | 1435 | { |
1438 | .name = "throttle.read_iops_device", | 1436 | .name = "throttle.read_iops_device", |
1439 | .private = offsetof(struct throtl_grp, iops[READ]), | 1437 | .private = offsetof(struct throtl_grp, iops[READ]), |
1440 | .seq_show = tg_print_conf_uint, | 1438 | .seq_show = tg_print_conf_uint, |
1441 | .write_string = tg_set_conf_uint, | 1439 | .write_string = tg_set_conf_uint, |
1442 | .max_write_len = 256, | ||
1443 | }, | 1440 | }, |
1444 | { | 1441 | { |
1445 | .name = "throttle.write_iops_device", | 1442 | .name = "throttle.write_iops_device", |
1446 | .private = offsetof(struct throtl_grp, iops[WRITE]), | 1443 | .private = offsetof(struct throtl_grp, iops[WRITE]), |
1447 | .seq_show = tg_print_conf_uint, | 1444 | .seq_show = tg_print_conf_uint, |
1448 | .write_string = tg_set_conf_uint, | 1445 | .write_string = tg_set_conf_uint, |
1449 | .max_write_len = 256, | ||
1450 | }, | 1446 | }, |
1451 | { | 1447 | { |
1452 | .name = "throttle.io_service_bytes", | 1448 | .name = "throttle.io_service_bytes", |
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 744833b630c6..461187943392 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -1838,7 +1838,6 @@ static struct cftype cfq_blkcg_files[] = { | |||
1838 | .flags = CFTYPE_ONLY_ON_ROOT, | 1838 | .flags = CFTYPE_ONLY_ON_ROOT, |
1839 | .seq_show = cfqg_print_leaf_weight_device, | 1839 | .seq_show = cfqg_print_leaf_weight_device, |
1840 | .write_string = cfqg_set_leaf_weight_device, | 1840 | .write_string = cfqg_set_leaf_weight_device, |
1841 | .max_write_len = 256, | ||
1842 | }, | 1841 | }, |
1843 | { | 1842 | { |
1844 | .name = "weight", | 1843 | .name = "weight", |
@@ -1853,7 +1852,6 @@ static struct cftype cfq_blkcg_files[] = { | |||
1853 | .flags = CFTYPE_NOT_ON_ROOT, | 1852 | .flags = CFTYPE_NOT_ON_ROOT, |
1854 | .seq_show = cfqg_print_weight_device, | 1853 | .seq_show = cfqg_print_weight_device, |
1855 | .write_string = cfqg_set_weight_device, | 1854 | .write_string = cfqg_set_weight_device, |
1856 | .max_write_len = 256, | ||
1857 | }, | 1855 | }, |
1858 | { | 1856 | { |
1859 | .name = "weight", | 1857 | .name = "weight", |
@@ -1866,7 +1864,6 @@ static struct cftype cfq_blkcg_files[] = { | |||
1866 | .name = "leaf_weight_device", | 1864 | .name = "leaf_weight_device", |
1867 | .seq_show = cfqg_print_leaf_weight_device, | 1865 | .seq_show = cfqg_print_leaf_weight_device, |
1868 | .write_string = cfqg_set_leaf_weight_device, | 1866 | .write_string = cfqg_set_leaf_weight_device, |
1869 | .max_write_len = 256, | ||
1870 | }, | 1867 | }, |
1871 | { | 1868 | { |
1872 | .name = "leaf_weight", | 1869 | .name = "leaf_weight", |