Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-block.git] / fs / hfs / extent.c
index 3f7e9bef987430b8c0494675efb0a1c3dd59e6bd..6d1878b99b3058beb91929d60b65db6beff10db6 100644 (file)
@@ -486,7 +486,7 @@ void hfs_file_truncate(struct inode *inode)
                inode->i_size);
        if (inode->i_size > HFS_I(inode)->phys_size) {
                struct address_space *mapping = inode->i_mapping;
-               void *fsdata;
+               void *fsdata = NULL;
                struct page *page;
 
                /* XXX: Can use generic_cont_expand? */