diff options
author | David Howells <[email protected]> | 2022-10-27 22:40:17 +0100 |
---|---|---|
committer | Steve French <[email protected]> | 2023-02-20 17:25:44 -0600 |
commit | 39bc58203f040ebafbec48198a83c246b25eba99 (patch) | |
tree | 54b55cee24b801a59913606983a6a446a6a20858 /tools/perf/scripts/python/sched-migration.py | |
parent | e5fbdde430171175f32094c8059eea0d0e2487ae (diff) |
cifs: Add a function to Hash the contents of an iterator
Add a function to push the contents of a BVEC-, KVEC- or XARRAY-type
iterator into a synchronous hash algorithm.
UBUF- and IOBUF-type iterators are not supported on the assumption that
either we're doing buffered I/O, in which case we won't see them, or we're
doing direct I/O, in which case the iterator will have been extracted into
a BVEC-type iterator higher up.
Signed-off-by: David Howells <[email protected]>
cc: Steve French <[email protected]>
cc: Shyam Prasad N <[email protected]>
cc: Rohith Surabattula <[email protected]>
cc: Jeff Layton <[email protected]>
cc: [email protected]
cc: [email protected]
cc: [email protected]
Link: https://lore.kernel.org/r/166697257423.61150.12070648579830206483.stgit@warthog.procyon.org.uk/ # rfc
Link: https://lore.kernel.org/r/166732029577.3186319.17162612653237909961.stgit@warthog.procyon.org.uk/ # rfc
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions