aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorNakajima Akira <[email protected]>2015-04-22 15:24:44 +0900
committerSteve French <[email protected]>2015-05-20 13:05:25 -0500
commit7196ac113a4f38b7ca1a3282fd9edf328bd22287 (patch)
tree178e1b3431d73f91c704e093955da6632919a8d3 /tools/perf/scripts/python/export-to-postgresql.py
parent65c3b205ebe06a389a29544e71a8071da0ce4155 (diff)
Fix to check Unique id and FileType when client refer file directly.
When you refer file directly on cifs client, (e.g. ls -li <filename>, cd <dir>, stat <filename>) the function return old inode number and filetype from old inode cache, though server has different inode number or filetype. When server is Windows, cifs client has same problem. When Server is Windows , This patch fixes bug in different filetype, but does not fix bug in different inode number. Because QUERY_PATH_INFO response by Windows does not include inode number(Index Number) . BUG INFO https://bugzilla.kernel.org/show_bug.cgi?id=90021 https://bugzilla.kernel.org/show_bug.cgi?id=90031 Reported-by: Nakajima Akira <[email protected]> Signed-off-by: Nakajima Akira <[email protected]> Reviewed-by: Shirish Pargaonkar <[email protected]> Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions