aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBen Hutchings <[email protected]>2013-05-27 19:07:19 +0100
committerJames Bottomley <[email protected]>2013-06-26 08:44:33 -0700
commit2ee3e26c673e75c05ef8b914f54fadee3d7b9c88 (patch)
tree3412049f8c10d4a29c8dbd6a395609d677410e8e /tools/perf/scripts/python
parentc6e23d83c35380909edf2eb364943719bc10e9be (diff)
[SCSI] sd: Fix parsing of 'temporary ' cache mode prefix
Commit 39c60a0948cc '[SCSI] sd: fix array cache flushing bug causing performance problems' added temp as a pointer to "temporary " and used sizeof(temp) - 1 as its length. But sizeof(temp) is the size of the pointer, not the size of the string constant. Change temp to a static array so that sizeof() does what was intended. Signed-off-by: Ben Hutchings <[email protected]> Cc: [email protected] Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions