aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorJeff Layton <[email protected]>2008-09-22 21:33:33 -0400
committerSteve French <[email protected]>2008-09-23 02:24:13 +0000
commit2846d3864738dd6e290755d0692cf377e09ba79f (patch)
tree48f32072b0e2989ebfae167dfe04d7480c3e8167 /tools/perf/scripts/python/netdev-times.py
parent232087cb734c7035c0a8947fb05d3e8092ff6c4d (diff)
cifs: have find_writeable_file prefer filehandles opened by same task
When the CIFS client goes to write out pages, it needs to pick a filehandle to write to. find_writeable_file however just picks the first filehandle that it finds. This can cause problems when a lock is issued against a particular filehandle and we pick a different filehandle to write to. This patch tries to avert this situation by having find_writable_file prefer filehandles that have a pid that matches the current task. This seems to fix lock test 11 from the connectathon test suite when run against a windows server. Signed-off-by: Jeff Layton <[email protected]> Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions