aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRyusuke Konishi <[email protected]>2024-08-22 00:46:27 +0900
committerAndrew Morton <[email protected]>2024-09-01 20:43:40 -0700
commitd18e4233d88b1ed95016a465ad5751629f9d70b9 (patch)
tree1103084939515db33028eefcf6d45f3bbb0c4f77 /tools/perf/scripts/python/bin/stackcollapse-report
parent0b9aad46c1634527c6a9f951f72c31be67f9b25c (diff)
nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()
nilfs_sufile_mark_dirty(), which marks a block in the sufile metadata file as dirty in preparation for log writing, returns -ENOENT to the caller if the block containing the segment usage of the specified segment is missing. This internal code can propagate through the log writer to system calls such as fsync. To prevent this, treat this case as a filesystem error and return -EIO instead. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Ryusuke Konishi <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions