aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEric Biggers <[email protected]>2020-08-11 18:35:39 -0700
committerLinus Torvalds <[email protected]>2020-08-12 10:58:00 -0700
commitf666f9fb9a36f1c833b9d18923572f0e4d304754 (patch)
tree3fdebc660503c257cf70d7a3ef0cf4e1f46ff87e /tools/perf/scripts/python
parent0a12c4a8069607247cb8edc3b035a664e636fd9a (diff)
fs/minix: remove expected error message in block_to_path()
When truncating a file to a size within the last allowed logical block, block_to_path() is called with the *next* block. This exceeds the limit, causing the "block %ld too big" error message to be printed. This case isn't actually an error; there are just no more blocks past that point. So, remove this error message. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Eric Biggers <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Alexander Viro <[email protected]> Cc: Qiujun Huang <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions