mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
eef034ac66
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:
|
||
---|---|---|
.. | ||
affs.h | ||
amigaffs.c | ||
amigaffs.h | ||
bitmap.c | ||
Changes | ||
dir.c | ||
file.c | ||
inode.c | ||
Kconfig | ||
Makefile | ||
namei.c | ||
super.c | ||
symlink.c |