Home
last modified time | relevance | path

Searched hist:ccf7cf92 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/trace/events/
H A Df2fs.hccf7cf92 Fri Jul 16 09:39:15 CDT 2021 Eric Biggers <ebiggers@google.com> f2fs: fix the f2fs_file_write_iter tracepoint

Pass in the original position and count rather than the position and
count that were updated by the write. Also use the correct types for
all arguments, in particular the file offset which was being truncated
to 32 bits on 32-bit platforms.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
/openbmc/linux/fs/f2fs/
H A Dfile.cccf7cf92 Fri Jul 16 09:39:15 CDT 2021 Eric Biggers <ebiggers@google.com> f2fs: fix the f2fs_file_write_iter tracepoint

Pass in the original position and count rather than the position and
count that were updated by the write. Also use the correct types for
all arguments, in particular the file offset which was being truncated
to 32 bits on 32-bit platforms.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>