hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/affs/file.c
....@@ -879,7 +879,7 @@
879879 if (inode->i_size > AFFS_I(inode)->mmu_private) {
880880 struct address_space *mapping = inode->i_mapping;
881881 struct page *page;
882
- void *fsdata;
882
+ void *fsdata = NULL;
883883 loff_t isize = inode->i_size;
884884 int res;
885885