aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorIan Abbott <[email protected]>2015-10-09 12:26:51 +0100
committerGreg Kroah-Hartman <[email protected]>2015-10-13 10:28:40 -0700
commit3834234f99a07d1a84918cb15e9431420c5405f4 (patch)
tree001c13c3f3295c70c9ac7be2f61b276ad6852941 /tools/perf/scripts/python/call-graph-from-postgresql.py
parentecf04ed34d65b735bbdfa9ae8ea378ffc0faa9f6 (diff)
staging: comedi: check command started by file being polled
Currently, the "poll" file operation checks if an asynchronous "read" (or "write" command is active on the "read" (or "write" subdevice, but does not consider whether the command was started from the file object being polled. Since that is the only file object able to read (or write) data, take it into consideration. With this change, if no read (or write) command is running on the subdevice, or it is started by a different file object, the file object is marked as readable (or writeable) regardless, but the read (or write) file operation will return an error. Signed-off-by: Ian Abbott <[email protected]> Reviewed-by: H Hartley Sweeten <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions