diff options
author | Alexander Potapenko <glider@google.com> | 2023-01-10 13:49:30 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-01-10 14:55:20 +0100 |
commit | eef034ac6690118c88f357b00e2b3239c9d8575d (patch) | |
tree | 3ad7ff26a8a85c9346ee90ca5c4d1ba8145f0cd3 /drivers/auxdisplay | |
parent | Linux 6.2-rc3 (diff) | |
download | linux-eef034ac6690118c88f357b00e2b3239c9d8575d.tar.xz linux-eef034ac6690118c88f357b00e2b3239c9d8575d.zip |
affs: initialize fsdata in affs_truncate()
When aops->write_begin() does not initialize fsdata, KMSAN may report
an error passing the latter to aops->write_end().
Fix this by unconditionally initializing fsdata.
Fixes: f2b6a16eb8f5 ("fs: affs convert to new aops")
Suggested-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Alexander Potapenko <glider@google.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'drivers/auxdisplay')
0 files changed, 0 insertions, 0 deletions