aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorShaohua Li <[email protected]>2012-03-21 16:34:17 -0700
committerLinus Torvalds <[email protected]>2012-03-21 17:55:00 -0700
commit052b1987faca3606109d88d96bce124851f7c4c2 (patch)
tree879df883edb01ea6e0da880e391b06bb69058129 /tools/perf/scripts/python/syscall-counts.py
parent1480de0340a8d5f094b74d7c4b902456c9a06903 (diff)
swap: don't do discard if no discard option added
When swapon() was not passed the SWAP_FLAG_DISCARD option, sys_swapon() will still perform a discard operation. This can cause problems if discard is slow or buggy. Reverse the order of the check so that a discard operation is performed only if the sys_swapon() caller is attempting to enable discard. Signed-off-by: Shaohua Li <[email protected]> Reported-by: Holger Kiehl <[email protected]> Tested-by: Holger Kiehl <[email protected]> Cc: Hugh Dickins <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions