diff options
author | 2025-04-16 10:53:58 +0200 | |
---|---|---|
committer | 2025-05-29 12:31:23 +0200 | |
commit | c31f91c6af96a5eb0632f4aee8d4e39cad7d7559 (patch) | |
tree | e67f53aaeee84bffbf267e20fe4f65f73f3721e0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fuse: support large folios for writeback (diff) | |
download | linux-rng-c31f91c6af96a5eb0632f4aee8d4e39cad7d7559.tar.xz linux-rng-c31f91c6af96a5eb0632f4aee8d4e39cad7d7559.zip |
fuse: don't allow signals to interrupt getdents copying
When getting the directory contents, the entries are first fetched to a
kernel buffer, then they are copied to userspace with dir_emit(). This
second phase is non-blocking as long as the userspace buffer is not paged
out, making it interruptible makes zero sense.
Overload d_type as flags, since it only uses 4 bits from 32.
Reviewed-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions