diff options
| author | Maya Erez <merez@codeaurora.org> | 2012-05-31 21:00:18 +0300 |
|---|---|---|
| committer | Maya Erez <merez@codeaurora.org> | 2012-05-31 21:00:18 +0300 |
| commit | 63c61d6d8b8f37c71b4162b3affffdf72ac06811 (patch) | |
| tree | fc926a9f42bba6b6722d3cb7819e5fd6ff42b53e /scripts/gcc-wrapper.py | |
| parent | 2009fe63c80e1786495ebc96c32dddd1bf1e0485 (diff) | |
mmc: block: Add write packing control
The write packing control will ensure that read requests latency is
not increased due to long write packed commands.
The trigger for enabling the write packing is managing to pack several
write requests. The number of potential packed requests that will trigger
the packing can be configured via sysfs by writing the required value to:
/sys/block/<block_dev_name>/num_wr_reqs_to_start_packing.
The trigger for disabling the write packing is fetching a read request.
Change-Id: I982170fa6dca9150ea4310bb546b838b7fd30e9b
Signed-off-by: Maya Erez <merez@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
| -rwxr-xr-x | scripts/gcc-wrapper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 1497452e1ad..f7cb424d5b4 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -44,8 +44,8 @@ allowed_warnings = set([ "alignment.c:720", "async.c:122", "async.c:270", - "block.c:847", - "block.c:848", + "block.c:880", + "block.c:881", "dir.c:43", "dm.c:1053", "dm.c:1080", |
